diff options
Diffstat (limited to 'gcc/stack-ptr-mod.c')
-rw-r--r-- | gcc/stack-ptr-mod.c | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/gcc/stack-ptr-mod.c b/gcc/stack-ptr-mod.c index 469722e..4c84912 100644 --- a/gcc/stack-ptr-mod.c +++ b/gcc/stack-ptr-mod.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,12 +37,7 @@ 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 "output.h" -#include "df.h" /* Determine if the stack pointer is constant over the life of the function. Only useful before prologues have been emitted. */ |