summaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authortbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-22 01:04:24 +0000
committertbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-22 01:04:24 +0000
commit211a5d9053332ba1ea665c3d85bcfc8b313d94ae (patch)
treeb9b8f8180fd4a7b71093a8572091026d66805bbf /gcc/output.h
parent9630036a6d102a7238325dae6602322abf901cc0 (diff)
downloadgcc-211a5d9053332ba1ea665c3d85bcfc8b313d94ae.tar.gz
always define HAVE_peephole
gcc/ChangeLog: 2015-05-20 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> * final.c (final_scan_insn): Don't check HAVE_peephole with the preprocessor. * output.h: Likewise. * genconfig.c (main): Alwways define HAVE_peephole. * genpeep.c: Don't emit checks of HAVE_peephole. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223519 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/output.h b/gcc/output.h
index 81d2ad29a83..4ce6eeaa2b4 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -289,9 +289,7 @@ extern void assemble_addr_to_section (rtx, section *);
/* Return the size of the constant pool. */
extern int get_pool_size (void);
-#ifdef HAVE_peephole
extern rtx_insn *peephole (rtx_insn *);
-#endif
extern void output_shared_constant_pool (void);