diff options
Diffstat (limited to 'gcc/tree-ssa-phiprop.c')
-rw-r--r-- | gcc/tree-ssa-phiprop.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/tree-ssa-phiprop.c b/gcc/tree-ssa-phiprop.c index 9a818c7..b503f9a 100644 --- a/gcc/tree-ssa-phiprop.c +++ b/gcc/tree-ssa-phiprop.c @@ -22,19 +22,19 @@ 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 "hard-reg-set.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 "tm_p.h" -#include "gimple-pretty-print.h" #include "internal-fn.h" #include "tree-eh.h" #include "gimplify.h" #include "gimple-iterator.h" -#include "tree-pass.h" #include "langhooks.h" #include "flags.h" |