diff options
Diffstat (limited to 'gcc/init-regs.c')
-rw-r--r-- | gcc/init-regs.c | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/gcc/init-regs.c b/gcc/init-regs.c index 5d7d4cc2e02..68fb7fe5d05 100644 --- a/gcc/init-regs.c +++ b/gcc/init-regs.c @@ -20,14 +20,12 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "alias.h" -#include "symtab.h" +#include "backend.h" #include "tree.h" #include "rtl.h" +#include "df.h" +#include "alias.h" #include "regs.h" -#include "hard-reg-set.h" -#include "function.h" #include "flags.h" #include "insn-config.h" #include "expmed.h" @@ -39,11 +37,6 @@ along with GCC; see the file COPYING3. If not see #include "stmt.h" #include "expr.h" #include "tree-pass.h" -#include "predict.h" -#include "dominance.h" -#include "cfg.h" -#include "basic-block.h" -#include "df.h" /* Check all of the uses of pseudo variables. If any use that is MUST uninitialized, add a store of 0 immediately before it. For |