* rtl.h: Remove the prototype for init_loop.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114242
138bc75d-0d04-0410-961f-
82ee72b054a4
+2006-05-30 Kazu Hirata <kazu@codesourcery.com>
+
+ * c-common.h: Remove the prototype for yyparse.
+ * rtl.h: Remove the prototype for init_loop.
+
2006-05-30 Andreas Krebbel <krebbel1@de.ibm.com>
* cse.c (validate_canon_reg, cse_insn): Don't change insns without
extern void push_file_scope (void);
extern void pop_file_scope (void);
-extern int yyparse (void);
extern stmt_tree current_stmt_tree (void);
extern tree push_stmt_list (void);
extern tree pop_stmt_list (tree);
extern int print_rtl_single (FILE *, rtx);
extern void print_inline_rtx (FILE *, rtx, int);
-/* In loop.c */
-extern void init_loop (void);
-
/* In bt-load.c */
extern void branch_target_load_optimize (bool);