diff options
Diffstat (limited to 'gcc/ira-lives.c')
-rw-r--r-- | gcc/ira-lives.c | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/gcc/ira-lives.c b/gcc/ira-lives.c index 8bd62d2dc70..4f5f3cc4716 100644 --- a/gcc/ira-lives.c +++ b/gcc/ira-lives.c @@ -21,24 +21,22 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "regs.h" +#include "backend.h" #include "rtl.h" +#include "df.h" +#include "regs.h" #include "tm_p.h" #include "target.h" #include "flags.h" #include "except.h" -#include "hard-reg-set.h" -#include "predict.h" -#include "function.h" -#include "basic-block.h" #include "insn-config.h" #include "recog.h" #include "diagnostic-core.h" #include "params.h" -#include "df.h" -#include "sbitmap.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 |