diff options
Diffstat (limited to 'gcc/tree-ssa-ter.c')
-rw-r--r-- | gcc/tree-ssa-ter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-ter.c b/gcc/tree-ssa-ter.c index b2d19ed..ed953d3 100644 --- a/gcc/tree-ssa-ter.c +++ b/gcc/tree-ssa-ter.c @@ -23,13 +23,13 @@ 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 "ssa.h" +#include "gimple-pretty-print.h" #include "alias.h" #include "fold-const.h" -#include "gimple-pretty-print.h" #include "internal-fn.h" #include "gimple-iterator.h" #include "dumpfile.h" |