diff options
Diffstat (limited to 'gcc/tree-ssa-phiprop.c')
-rw-r--r-- | gcc/tree-ssa-phiprop.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/tree-ssa-phiprop.c b/gcc/tree-ssa-phiprop.c index b503f9a588f..067b5ba80c6 100644 --- a/gcc/tree-ssa-phiprop.c +++ b/gcc/tree-ssa-phiprop.c @@ -22,21 +22,15 @@ 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 "tree-pass.h" -#include "tm_p.h" #include "ssa.h" #include "gimple-pretty-print.h" -#include "alias.h" #include "fold-const.h" -#include "internal-fn.h" #include "tree-eh.h" #include "gimplify.h" #include "gimple-iterator.h" -#include "langhooks.h" -#include "flags.h" /* This pass propagates indirect loads through the PHI node for its address to make the load source possibly non-addressable and to |