diff options
Diffstat (limited to 'gcc/tree-ssa-phiopt.c')
-rw-r--r-- | gcc/tree-ssa-phiopt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-ssa-phiopt.c b/gcc/tree-ssa-phiopt.c index 46d8a2c4e60..5b7d49aa812 100644 --- a/gcc/tree-ssa-phiopt.c +++ b/gcc/tree-ssa-phiopt.c @@ -27,16 +27,13 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "tm_p.h" #include "basic-block.h" -#include "timevar.h" #include "tree-flow.h" #include "tree-pass.h" -#include "tree-dump.h" #include "langhooks.h" #include "pointer-set.h" #include "domwalk.h" #include "cfgloop.h" #include "tree-data-ref.h" -#include "tree-pretty-print.h" #include "gimple-pretty-print.h" #include "insn-config.h" #include "expr.h" |