diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-21 05:56:37 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-21 05:56:37 +0000 |
commit | 397881d34f32eddf4a6665789f1a7cdd5ff3695e (patch) | |
tree | b979668a4c5c504c3719f71d3e2973d957457776 /gcc/lra.c | |
parent | 41c6d5f04a5ece01374d07abe4e28f43c07ee28a (diff) | |
download | gcc-397881d34f32eddf4a6665789f1a7cdd5ff3695e.tar.gz |
[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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229110 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lra.c')
-rw-r--r-- | gcc/lra.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/lra.c b/gcc/lra.c index bdbfe513553..55b856fbb0f 100644 --- a/gcc/lra.c +++ b/gcc/lra.c @@ -137,6 +137,7 @@ along with GCC; see the file COPYING3. If not see #include "lra.h" #include "insn-attr.h" #include "lra-int.h" +#include "print-rtl.h" /* Dump bitmap SET with TITLE and BB INDEX. */ void |