diff options
Diffstat (limited to 'gcc/reginfo.c')
-rw-r--r-- | gcc/reginfo.c | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/gcc/reginfo.c b/gcc/reginfo.c index 09c2f33f1c0..9e855c2c1f7 100644 --- a/gcc/reginfo.c +++ b/gcc/reginfo.c @@ -28,13 +28,11 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "hard-reg-set.h" -#include "alias.h" -#include "symtab.h" +#include "backend.h" #include "tree.h" #include "rtl.h" -#include "function.h" +#include "df.h" +#include "alias.h" #include "flags.h" #include "insn-config.h" #include "expmed.h" @@ -46,10 +44,6 @@ along with GCC; see the file COPYING3. If not see #include "stmt.h" #include "expr.h" #include "tm_p.h" -#include "predict.h" -#include "dominance.h" -#include "cfg.h" -#include "basic-block.h" #include "regs.h" #include "addresses.h" #include "recog.h" @@ -58,7 +52,6 @@ along with GCC; see the file COPYING3. If not see #include "output.h" #include "target.h" #include "tree-pass.h" -#include "df.h" #include "ira.h" /* Maximum register number used in this function, plus one. */ |