diff options
author | tbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-22 01:04:24 +0000 |
---|---|---|
committer | tbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-22 01:04:24 +0000 |
commit | 211a5d9053332ba1ea665c3d85bcfc8b313d94ae (patch) | |
tree | b9b8f8180fd4a7b71093a8572091026d66805bbf /gcc/output.h | |
parent | 9630036a6d102a7238325dae6602322abf901cc0 (diff) | |
download | gcc-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.h | 2 |
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); |