diff options
Diffstat (limited to 'gcc/tree-ssa-phiopt.c')
-rw-r--r-- | gcc/tree-ssa-phiopt.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc/tree-ssa-phiopt.c b/gcc/tree-ssa-phiopt.c index cfa38680249..9e56a67d13f 100644 --- a/gcc/tree-ssa-phiopt.c +++ b/gcc/tree-ssa-phiopt.c @@ -21,32 +21,32 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "cfghooks.h" +#include "insn-codes.h" +#include "rtl.h" #include "tree.h" #include "gimple.h" -#include "rtl.h" +#include "cfghooks.h" +#include "tree-pass.h" +#include "tm_p.h" #include "ssa.h" +#include "optabs-tree.h" +#include "insn-config.h" +#include "gimple-pretty-print.h" #include "alias.h" #include "fold-const.h" #include "stor-layout.h" #include "flags.h" -#include "tm_p.h" #include "cfganal.h" #include "internal-fn.h" #include "gimplify.h" #include "gimple-iterator.h" #include "gimplify-me.h" #include "tree-cfg.h" -#include "insn-config.h" #include "tree-dfa.h" -#include "tree-pass.h" #include "langhooks.h" #include "domwalk.h" #include "cfgloop.h" #include "tree-data-ref.h" -#include "gimple-pretty-print.h" -#include "insn-codes.h" -#include "optabs-tree.h" #include "tree-scalar-evolution.h" #include "tree-inline.h" #include "params.h" |