From 013a8899f5d9469a835cf1f6ccb1b29f69344959 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 20 Oct 2015 23:56:37 -0600 Subject: [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 --- gcc/lra.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/lra.c') diff --git a/gcc/lra.c b/gcc/lra.c index bdbfe51..55b856f 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 -- cgit v1.1