summaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
diff options
context:
space:
mode:
authormkuvyrkov <mkuvyrkov@138bc75d-0d04-0410-961f-82ee72b054a4>2007-10-17 19:47:12 +0000
committermkuvyrkov <mkuvyrkov@138bc75d-0d04-0410-961f-82ee72b054a4>2007-10-17 19:47:12 +0000
commitc162e838b20f0dbcb384fa1dd5668ed32b02a57c (patch)
tree9a62890b9a87f9083e6516100a453a7129d84f37 /gcc/genattrtab.c
parentf0e33874018f4267b581fc587438d575fff7b1a3 (diff)
downloadgcc-c162e838b20f0dbcb384fa1dd5668ed32b02a57c.tar.gz
* genattrtab.c (main): Rearrange output of insn-attrtab.c headers.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129415 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r--gcc/genattrtab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c
index 9ff5c61c5ac..385779afc2a 100644
--- a/gcc/genattrtab.c
+++ b/gcc/genattrtab.c
@@ -4530,13 +4530,13 @@ from the machine description file `md'. */\n\n");
printf ("#include \"coretypes.h\"\n");
printf ("#include \"tm.h\"\n");
printf ("#include \"rtl.h\"\n");
+ printf ("#include \"insn-attr.h\"\n");
printf ("#include \"tm_p.h\"\n");
printf ("#include \"insn-config.h\"\n");
printf ("#include \"recog.h\"\n");
printf ("#include \"regs.h\"\n");
printf ("#include \"real.h\"\n");
printf ("#include \"output.h\"\n");
- printf ("#include \"insn-attr.h\"\n");
printf ("#include \"toplev.h\"\n");
printf ("#include \"flags.h\"\n");
printf ("#include \"function.h\"\n");