2001-04-09 Andrew MacLeod <amacleod@redhat.com>
* output.h (set_block_num): Missed it earlier, remove deprecated
prototype.
From-SVN: r41210
+2001-04-09 Andrew MacLeod <amacleod@redhat.com>
+
+ * output.h (set_block_num): Missed it earlier, remove deprecated
+ prototype.
+
2001-04-09 Andrew MacLeod <amacleod@redhat.com>
* gcse.c (oprs_unchanged_p): Pass basic_block to load_killed_in_block_p.
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