From: Andrew MacLeod Date: Mon, 9 Apr 2001 17:30:06 +0000 (+0000) Subject: output.h (set_block_num): Missed it earlier, remove deprecated prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b3ad99f27fdf6cac2de72c59f8fc750e26e89ec;p=gcc.git output.h (set_block_num): Missed it earlier, remove deprecated prototype. 2001-04-09 Andrew MacLeod * output.h (set_block_num): Missed it earlier, remove deprecated prototype. From-SVN: r41210 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c25f0eedddb..d25355f74b0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-04-09 Andrew MacLeod + + * output.h (set_block_num): Missed it earlier, remove deprecated + prototype. + 2001-04-09 Andrew MacLeod * gcse.c (oprs_unchanged_p): Pass basic_block to load_killed_in_block_p. diff --git a/gcc/output.h b/gcc/output.h index 7a5f10e82c9..468313cce3f 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -135,7 +135,6 @@ extern void dump_flow_info PARAMS ((FILE *)); extern void find_basic_blocks PARAMS ((rtx, int, FILE *)); extern void cleanup_cfg PARAMS ((void)); extern void free_basic_block_vars PARAMS ((int)); -extern void set_block_num PARAMS ((rtx, int)); extern void check_function_return_warnings PARAMS ((void)); #endif