diff options
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r-- | gcc/reg-stack.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index 3ff8173..fe3887a 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -153,25 +153,25 @@ #include "system.h" #include "coretypes.h" #include "backend.h" -#include "tree.h" +#include "target.h" #include "rtl.h" +#include "tree.h" #include "df.h" -#include "alias.h" -#include "varasm.h" -#include "rtl-error.h" #include "tm_p.h" #include "insn-config.h" #include "regs.h" -#include "flags.h" +#include "emit-rtl.h" /* FIXME: Can go away once crtl is moved to rtl.h. */ #include "recog.h" +#include "alias.h" +#include "varasm.h" +#include "rtl-error.h" +#include "flags.h" #include "cfgrtl.h" #include "cfganal.h" #include "cfgbuild.h" #include "cfgcleanup.h" #include "reload.h" #include "tree-pass.h" -#include "target.h" -#include "emit-rtl.h" /* FIXME: Can go away once crtl is moved to rtl.h. */ #include "rtl-iter.h" #ifdef STACK_REGS |