diff options
Diffstat (limited to 'gcc/tree-ssa-phiprop.c')
-rw-r--r-- | gcc/tree-ssa-phiprop.c | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/gcc/tree-ssa-phiprop.c b/gcc/tree-ssa-phiprop.c index ba2c05f85bb..d5d1f2457bd 100644 --- a/gcc/tree-ssa-phiprop.c +++ b/gcc/tree-ssa-phiprop.c @@ -21,31 +21,19 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "alias.h" -#include "symtab.h" +#include "backend.h" #include "tree.h" +#include "gimple.h" +#include "hard-reg-set.h" +#include "ssa.h" +#include "alias.h" #include "fold-const.h" #include "tm_p.h" -#include "predict.h" -#include "hard-reg-set.h" -#include "function.h" -#include "dominance.h" -#include "cfg.h" -#include "basic-block.h" #include "gimple-pretty-print.h" -#include "tree-ssa-alias.h" #include "internal-fn.h" #include "tree-eh.h" -#include "gimple-expr.h" -#include "gimple.h" #include "gimplify.h" #include "gimple-iterator.h" -#include "gimple-ssa.h" -#include "tree-phinodes.h" -#include "ssa-iterators.h" -#include "stringpool.h" -#include "tree-ssanames.h" #include "tree-pass.h" #include "langhooks.h" #include "flags.h" |