diff options
Diffstat (limited to 'gcc/ira-lives.c')
-rw-r--r-- | gcc/ira-lives.c | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gcc/ira-lives.c b/gcc/ira-lives.c index 9aaa494..d8acf85 100644 --- a/gcc/ira-lives.c +++ b/gcc/ira-lives.c @@ -22,22 +22,21 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "predict.h" +#include "target.h" #include "rtl.h" +#include "predict.h" #include "df.h" -#include "regs.h" #include "tm_p.h" -#include "target.h" -#include "flags.h" -#include "except.h" #include "insn-config.h" +#include "regs.h" +#include "ira.h" +#include "ira-int.h" #include "diagnostic-core.h" +#include "flags.h" +#include "except.h" #include "params.h" #include "sparseset.h" #include "cfgloop.h" -#include "ira.h" -#include "alloc-pool.h" -#include "ira-int.h" /* The code in this file is similar to one in global but the code works on the allocno basis and creates live ranges instead of |