]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/nds32/nds32.c
2015-07-07 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / config / nds32 / nds32.c
index b58e4bc50d6f00aec6805e1ae9fd4d54c5f65c7c..9b42325bcbc83e822e8135b9ad718c5ee829e786 100644 (file)
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include "tm.h"
-#include "alias.h"
-#include "symtab.h"
+#include "backend.h"
 #include "tree.h"
+#include "rtl.h"
+#include "df.h"
+#include "alias.h"
 #include "stor-layout.h"
 #include "varasm.h"
 #include "calls.h"
-#include "rtl.h"
 #include "regs.h"
-#include "hard-reg-set.h"
 #include "insn-config.h"       /* Required by recog.h.  */
 #include "conditions.h"
 #include "output.h"
@@ -40,7 +39,6 @@
 #include "insn-codes.h"                /* For CODE_FOR_xxx.  */
 #include "reload.h"            /* For push_reload().  */
 #include "flags.h"
-#include "function.h"
 #include "insn-config.h"
 #include "expmed.h"
 #include "dojump.h"
 #include "expr.h"
 #include "recog.h"
 #include "diagnostic-core.h"
-#include "dominance.h"
-#include "cfg.h"
 #include "cfgrtl.h"
 #include "cfganal.h"
 #include "lcm.h"
 #include "cfgbuild.h"
 #include "cfgcleanup.h"
-#include "predict.h"
-#include "basic-block.h"
-#include "df.h"
 #include "tm_p.h"
 #include "tm-constrs.h"
 #include "optabs.h"            /* For GEN_FCN.  */