diff options
Diffstat (limited to 'gcc/tree-ssa-forwprop.c')
-rw-r--r-- | gcc/tree-ssa-forwprop.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc/tree-ssa-forwprop.c b/gcc/tree-ssa-forwprop.c index 491178d02a4..b82ae3c5ca9 100644 --- a/gcc/tree-ssa-forwprop.c +++ b/gcc/tree-ssa-forwprop.c @@ -26,39 +26,24 @@ 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 "optabs-query.h" -#include "insn-config.h" -#include "emit-rtl.h" #include "gimple-pretty-print.h" -#include "diagnostic.h" -#include "alias.h" #include "fold-const.h" #include "stor-layout.h" -#include "internal-fn.h" #include "gimple-fold.h" #include "tree-eh.h" #include "gimplify.h" #include "gimple-iterator.h" #include "gimplify-me.h" #include "tree-cfg.h" -#include "flags.h" -#include "dojump.h" -#include "explow.h" -#include "calls.h" -#include "varasm.h" -#include "stmt.h" #include "expr.h" #include "tree-dfa.h" -#include "langhooks.h" -#include "cfgloop.h" #include "tree-ssa-propagate.h" #include "tree-ssa-dom.h" #include "builtins.h" #include "tree-cfgcleanup.h" -#include "tree-into-ssa.h" #include "cfganal.h" /* This pass propagates the RHS of assignment statements into use |