diff options
Diffstat (limited to 'gcc/dse.c')
-rw-r--r-- | gcc/dse.c | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/gcc/dse.c b/gcc/dse.c index 0a4ba8f8569..aaf8d7320c3 100644 --- a/gcc/dse.c +++ b/gcc/dse.c @@ -25,29 +25,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 "gimple.h" #include "rtl.h" +#include "df.h" #include "alias.h" -#include "symtab.h" -#include "tree.h" #include "fold-const.h" #include "stor-layout.h" #include "tm_p.h" #include "regs.h" -#include "hard-reg-set.h" #include "regset.h" #include "flags.h" -#include "dominance.h" -#include "cfg.h" #include "cfgrtl.h" -#include "predict.h" -#include "basic-block.h" -#include "df.h" #include "cselib.h" #include "tree-pass.h" #include "alloc-pool.h" #include "insn-config.h" -#include "function.h" #include "expmed.h" #include "dojump.h" #include "explow.h" @@ -62,10 +56,7 @@ along with GCC; see the file COPYING3. If not see #include "dbgcnt.h" #include "target.h" #include "params.h" -#include "tree-ssa-alias.h" #include "internal-fn.h" -#include "gimple-expr.h" -#include "gimple.h" #include "gimple-ssa.h" #include "rtl-iter.h" #include "cfgcleanup.h" |