aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcse.c')
-rw-r--r--gcc/gcse.c15
1 files changed, 4 insertions, 11 deletions
diff --git a/gcc/gcse.c b/gcc/gcse.c
index bcd7c8f..3ecad6e 100644
--- a/gcc/gcse.c
+++ b/gcc/gcse.c
@@ -135,29 +135,23 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "tm.h"
+#include "backend.h"
+#include "tree.h"
+#include "rtl.h"
+#include "df.h"
#include "diagnostic-core.h"
#include "toplev.h"
-#include "hard-reg-set.h"
-#include "rtl.h"
#include "alias.h"
-#include "symtab.h"
-#include "tree.h"
#include "tm_p.h"
#include "regs.h"
#include "ira.h"
#include "flags.h"
#include "insn-config.h"
#include "recog.h"
-#include "predict.h"
-#include "function.h"
-#include "dominance.h"
-#include "cfg.h"
#include "cfgrtl.h"
#include "cfganal.h"
#include "lcm.h"
#include "cfgcleanup.h"
-#include "basic-block.h"
#include "expmed.h"
#include "dojump.h"
#include "explow.h"
@@ -173,7 +167,6 @@ along with GCC; see the file COPYING3. If not see
#include "intl.h"
#include "obstack.h"
#include "tree-pass.h"
-#include "df.h"
#include "dbgcnt.h"
#include "target.h"
#include "gcse.h"