diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1999-10-24 19:23:11 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1999-10-24 19:23:11 +0000 |
commit | 36f0e0a60c6d6e70f28b9bd4d9e736845b3d40c4 (patch) | |
tree | 03fe5c172a634a5c35dfea2013271fd2f71b73e9 /gcc/final.c | |
parent | 87bb6e4ba48847edd5462a6359d44d6686859f6e (diff) | |
download | gcc-36f0e0a60c6d6e70f28b9bd4d9e736845b3d40c4.zip gcc-36f0e0a60c6d6e70f28b9bd4d9e736845b3d40c4.tar.gz gcc-36f0e0a60c6d6e70f28b9bd4d9e736845b3d40c4.tar.bz2 |
final.c (peephole): Delete prototype.
* final.c (peephole): Delete prototype.
* gcse.c (process_insert_insn, pre_edge_insert): Add prototypes.
(pre_insert_copies): Remove unused variable `bb'.
* genrecog.c (debug_decision_0, debug_decision_list, main): Add
prototypes.
* output.h (peephole): Add prototype.
From-SVN: r30144
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/final.c b/gcc/final.c index 7402e27..e0092c0 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -285,10 +285,6 @@ struct bb_str { int length; /* string length */ }; -#ifdef HAVE_peephole -extern rtx peephole PROTO((rtx)); -#endif - static struct bb_str *sbb_head = 0; /* Head of string list. */ static struct bb_str **sbb_tail = &sbb_head; /* Ptr to store next bb str */ static int sbb_label_num = 0; /* Last label used */ |