]> git.ipfire.org Git - thirdparty/gcc.git/commit
[PATCH] Move RTL printing code from sched-vis.c into print-rtl.c
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Oct 2015 05:56:37 +0000 (05:56 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Oct 2015 05:56:37 +0000 (05:56 +0000)
commit397881d34f32eddf4a6665789f1a7cdd5ff3695e
treeb979668a4c5c504c3719f71d3e2973d957457776
parent41c6d5f04a5ece01374d07abe4e28f43c07ee28a
[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
15 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/auto-inc-dec.c
gcc/cfgrtl.c
gcc/combine.c
gcc/final.c
gcc/haifa-sched.c
gcc/ira.c
gcc/lra-constraints.c
gcc/lra.c
gcc/print-rtl.c
gcc/print-rtl.h
gcc/rtl.h
gcc/sched-vis.c [deleted file]
gcc/sel-sched-dump.c