From 2bb8cb5896c5133b9397da7ab97127c062a774b3 Mon Sep 17 00:00:00 2001 From: Andrew MacLeod Date: Wed, 17 Jun 2015 18:53:03 +0000 Subject: function.h (struct rtl_data): Remove struct and accessor macros. 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. From-SVN: r224573 --- gcc/genattrtab.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/genattrtab.c') diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 2beb7ee..2ec02c3 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -5127,6 +5127,7 @@ write_header (FILE *outf) fprintf (outf, "#include \"toplev.h\"\n"); fprintf (outf, "#include \"flags.h\"\n"); fprintf (outf, "#include \"function.h\"\n"); + fprintf (outf, "#include \"emit-rtl.h\"\n"); fprintf (outf, "#include \"predict.h\"\n"); fprintf (outf, "\n"); fprintf (outf, "#define operands recog_data.operand\n\n"); -- cgit v1.1