Commit 73dcf3b5 by Kazu Hirata Committed by Kazu Hirata

passes.c (rest_of_compilation): Make it static.

	* passes.c (rest_of_compilation): Make it static.
	* toplev.h: Remove the prototype for rest_of_compilation.

From-SVN: r90091
parent f014fc47
2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
* passes.c (rest_of_compilation): Make it static.
* toplev.h: Remove the prototype for rest_of_compilation.
2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
* jump.c (cleanup_barriers): Use delete_insn instead of
delete_barrier.
(delete_barrier): Remove.
......
......@@ -1577,7 +1577,7 @@ rest_of_clean_state (void)
We run a series of low-level passes here on the function's RTL
representation. Each pass is called via a rest_of_* function. */
void
static void
rest_of_compilation (void)
{
/* Convert from NOTE_INSN_EH_REGION style notes, and do other
......
......@@ -75,7 +75,6 @@ extern void inform (const char *, ...) ATTRIBUTE_GCC_DIAG(1,2);
extern void rest_of_decl_compilation (tree, int, int);
extern void rest_of_type_compilation (tree, int);
extern void rest_of_compilation (void);
extern void tree_rest_of_compilation (tree);
extern void init_tree_optimization_passes (void);
extern void finish_optimization_passes (void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment