diff options
Diffstat (limited to 'gcc/init-regs.c')
-rw-r--r-- | gcc/init-regs.c | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/gcc/init-regs.c b/gcc/init-regs.c index 3b9560dec2b..14b56f1f16b 100644 --- a/gcc/init-regs.c +++ b/gcc/init-regs.c @@ -33,16 +33,27 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "rtl.h" #include "regs.h" +#include "hashtab.h" +#include "hard-reg-set.h" +#include "function.h" +#include "flags.h" +#include "statistics.h" +#include "real.h" +#include "fixed-value.h" +#include "insn-config.h" +#include "expmed.h" +#include "dojump.h" +#include "explow.h" +#include "calls.h" +#include "emit-rtl.h" +#include "varasm.h" +#include "stmt.h" #include "expr.h" #include "tree-pass.h" #include "predict.h" -#include "hard-reg-set.h" -#include "input.h" -#include "function.h" #include "dominance.h" #include "cfg.h" #include "basic-block.h" -#include "flags.h" #include "df.h" /* Check all of the uses of pseudo variables. If any use that is MUST |