diff options
Diffstat (limited to 'gcc/postreload-gcse.c')
-rw-r--r-- | gcc/postreload-gcse.c | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/gcc/postreload-gcse.c b/gcc/postreload-gcse.c index a1ffdb4d632..46b14b24617 100644 --- a/gcc/postreload-gcse.c +++ b/gcc/postreload-gcse.c @@ -20,25 +20,19 @@ 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 "rtl.h" #include "alias.h" -#include "symtab.h" -#include "tree.h" #include "tm_p.h" #include "regs.h" -#include "hard-reg-set.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 "basic-block.h" #include "profile.h" #include "expmed.h" #include "dojump.h" @@ -55,7 +49,6 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "tree-pass.h" #include "dbgcnt.h" -#include "df.h" #include "gcse-common.h" /* The following code implements gcse after reload, the purpose of this |