diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-24 19:23:11 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-24 19:23:11 +0000 |
commit | 867b95d0c38aaddfd85a6cefea0f316877ab099e (patch) | |
tree | 03fe5c172a634a5c35dfea2013271fd2f71b73e9 /gcc/output.h | |
parent | c7781af44b6e2514df71e4b915d2b79e2d3c013d (diff) | |
download | gcc-867b95d0c38aaddfd85a6cefea0f316877ab099e.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30144 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h index a0f24623df0..d3fb02c33c8 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -314,6 +314,10 @@ extern void output_deferred_addressed_constants PROTO((void)); /* Return the size of the constant pool. */ extern int get_pool_size PROTO((void)); +#ifdef HAVE_peephole +extern rtx peephole PROTO((rtx)); +#endif + #ifdef TREE_CODE /* Write all the constants in the constant pool. */ extern void output_constant_pool PROTO((char *, tree)); |