diff options
Diffstat (limited to 'gcc/tree-cfgcleanup.c')
-rw-r--r-- | gcc/tree-cfgcleanup.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc/tree-cfgcleanup.c b/gcc/tree-cfgcleanup.c index 4c817b9..9eee7bb 100644 --- a/gcc/tree-cfgcleanup.c +++ b/gcc/tree-cfgcleanup.c @@ -26,35 +26,19 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "cfghooks.h" #include "tree-pass.h" -#include "tm_p.h" #include "ssa.h" -#include "expmed.h" -#include "insn-config.h" -#include "emit-rtl.h" #include "diagnostic-core.h" -#include "alias.h" #include "fold-const.h" #include "cfganal.h" #include "cfgcleanup.h" -#include "flags.h" -#include "langhooks.h" -#include "internal-fn.h" #include "tree-eh.h" #include "gimplify.h" #include "gimple-iterator.h" #include "tree-cfg.h" #include "tree-ssa-loop-manip.h" -#include "dojump.h" -#include "explow.h" -#include "calls.h" -#include "varasm.h" -#include "stmt.h" -#include "expr.h" #include "tree-dfa.h" #include "tree-ssa.h" -#include "except.h" #include "cfgloop.h" -#include "tree-ssa-propagate.h" #include "tree-scalar-evolution.h" #include "gimple-match.h" #include "gimple-fold.h" |