From 73bde8df3ea8ffb25faeaf47ecd706120df0a755 Mon Sep 17 00:00:00 2001 From: amacleod Date: Wed, 17 Jun 2015 18:53:03 +0000 Subject: 2015-06-17 Andrew MacLeod * function.h (struct rtl_data): Remove struct and accessor macros. * emit-rtl.h (struct rtl_data): Relocate to here. * Makefile.in (GTFILES): Add emit-rtl.h. * df-core.c: Include emit-rtl.h. * genattrtab.c: Likewise. * genconditions.c: Likewise. * genpreds.c: Likewise. * genrecog.c: Likewise. * regcprop.c: Likewise. * resource.c: Likewise. * sched-rgn.c: Likewise. * config/aarch64/cortex-a57-fma-steering.c: Likewise. * config/i386/winnt.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224573 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/genconditions.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/genconditions.c') diff --git a/gcc/genconditions.c b/gcc/genconditions.c index c1925fe2440..89d273898a6 100644 --- a/gcc/genconditions.c +++ b/gcc/genconditions.c @@ -73,6 +73,7 @@ write_header (void) #include \"tm_p.h\"\n\ #include \"hard-reg-set.h\"\n\ #include \"function.h\"\n\ +#include \"emit-rtl.h\"\n\ \n\ /* Fake - insn-config.h doesn't exist yet. */\n\ #define MAX_RECOG_OPERANDS 10\n\ -- cgit v1.2.1