diff options
Diffstat (limited to 'gcc/tree-ssa-ifcombine.c')
-rw-r--r-- | gcc/tree-ssa-ifcombine.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-ssa-ifcombine.c b/gcc/tree-ssa-ifcombine.c index 459c60a3057..f769d02a25a 100644 --- a/gcc/tree-ssa-ifcombine.c +++ b/gcc/tree-ssa-ifcombine.c @@ -24,11 +24,9 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "tree.h" #include "basic-block.h" -#include "timevar.h" #include "tree-pretty-print.h" #include "tree-flow.h" #include "tree-pass.h" -#include "tree-dump.h" /* This pass combines COND_EXPRs to simplify control flow. It currently recognizes bit tests and comparisons in chains that |