diff options
Diffstat (limited to 'gcc/tree-ssa-tail-merge.c')
-rw-r--r-- | gcc/tree-ssa-tail-merge.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/tree-ssa-tail-merge.c b/gcc/tree-ssa-tail-merge.c index c4a5b54..3e9718b 100644 --- a/gcc/tree-ssa-tail-merge.c +++ b/gcc/tree-ssa-tail-merge.c @@ -189,29 +189,20 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "hard-reg-set.h" #include "tree.h" #include "gimple.h" #include "cfghooks.h" #include "tree-pass.h" -#include "tm_p.h" #include "ssa.h" -#include "gimple-pretty-print.h" -#include "alias.h" #include "fold-const.h" -#include "stor-layout.h" #include "trans-mem.h" #include "cfganal.h" #include "cfgcleanup.h" -#include "flags.h" -#include "internal-fn.h" -#include "tree-eh.h" #include "gimple-iterator.h" #include "tree-cfg.h" #include "tree-into-ssa.h" #include "params.h" #include "tree-ssa-sccvn.h" -#include "tree-dump.h" #include "cfgloop.h" /* Describes a group of bbs with the same successors. The successor bbs are |