diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-05-30 18:34:32 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-05-30 18:34:32 +0000 |
commit | c98662e02092adc0bd3fe4cf898f5bf2ba533f37 (patch) | |
tree | da494e2895efcb5ba5dd00e10577604839016592 /gcc/rtl.h | |
parent | 67e0a632e6a041394663b2cf6f5dcf642fe662eb (diff) | |
download | gcc-c98662e02092adc0bd3fe4cf898f5bf2ba533f37.zip gcc-c98662e02092adc0bd3fe4cf898f5bf2ba533f37.tar.gz gcc-c98662e02092adc0bd3fe4cf898f5bf2ba533f37.tar.bz2 |
c-common.h: Remove the prototype for yyparse.
* c-common.h: Remove the prototype for yyparse.
* rtl.h: Remove the prototype for init_loop.
From-SVN: r114242
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2116,9 +2116,6 @@ extern void print_simple_rtl (FILE *, rtx); 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); |