diff options
author | Jeff Law <law@redhat.com> | 2015-10-20 23:56:37 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2015-10-20 23:56:37 -0600 |
commit | 013a8899f5d9469a835cf1f6ccb1b29f69344959 (patch) | |
tree | b979668a4c5c504c3719f71d3e2973d957457776 /gcc/ira.c | |
parent | 84c25fb51158da95d010b755a186b4c0a2e1a0d2 (diff) | |
download | gcc-013a8899f5d9469a835cf1f6ccb1b29f69344959.zip gcc-013a8899f5d9469a835cf1f6ccb1b29f69344959.tar.gz gcc-013a8899f5d9469a835cf1f6ccb1b29f69344959.tar.bz2 |
[PATCH] Move RTL printing code from sched-vis.c into print-rtl.c
* Makefile.in (OBJS): Remove sched-vis.c
* sched-vis.c: Removed. Code moved into...
* print-rtl.c: Here. Include cfg.h, pretty-print.h and print-rtl.h.
* rtl.h: Remove prototypes for functions now living in print-rtl.c
* print-rtl.h Add prototypes for new functions in print-rtl.c.
* auto-inc-dec.c: Include print-rtl.h
* cfgrtl.c, combine.c, final.c haifa-sched.c: Likewise.
* ira.c, lra-constraints.c, lra.c, sel-sched-dump.c: Likewise.
From-SVN: r229110
Diffstat (limited to 'gcc/ira.c')
-rw-r--r-- | gcc/ira.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -402,6 +402,7 @@ along with GCC; see the file COPYING3. If not see #include "dbgcnt.h" #include "rtl-iter.h" #include "shrink-wrap.h" +#include "print-rtl.h" struct target_ira default_target_ira; struct target_ira_int default_target_ira_int; |