From 867b95d0c38aaddfd85a6cefea0f316877ab099e Mon Sep 17 00:00:00 2001 From: ghazi Date: Sun, 24 Oct 1999 19:23:11 +0000 Subject: * 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 --- gcc/output.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/output.h') 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)); -- cgit v1.2.1