diff options
Diffstat (limited to 'gcc/tree-ssa.c')
-rw-r--r-- | gcc/tree-ssa.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/gcc/tree-ssa.c b/gcc/tree-ssa.c index b652b4c..c7be442 100644 --- a/gcc/tree-ssa.c +++ b/gcc/tree-ssa.c @@ -21,19 +21,20 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "cfghooks.h" +#include "target.h" #include "tree.h" #include "gimple.h" -#include "hard-reg-set.h" +#include "cfghooks.h" +#include "tree-pass.h" +#include "tm_p.h" #include "ssa.h" +#include "gimple-pretty-print.h" +#include "diagnostic-core.h" #include "alias.h" #include "fold-const.h" #include "stor-layout.h" #include "flags.h" -#include "tm_p.h" -#include "target.h" #include "langhooks.h" -#include "gimple-pretty-print.h" #include "internal-fn.h" #include "gimple-fold.h" #include "gimplify.h" @@ -43,8 +44,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-into-ssa.h" #include "tree-ssa.h" #include "tree-inline.h" -#include "tree-pass.h" -#include "diagnostic-core.h" #include "cfgloop.h" #include "cfgexpand.h" |