diff options
Diffstat (limited to 'gcc/stack-ptr-mod.c')
-rw-r--r-- | gcc/stack-ptr-mod.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/stack-ptr-mod.c b/gcc/stack-ptr-mod.c index 02eb33f..b506f9c 100644 --- a/gcc/stack-ptr-mod.c +++ b/gcc/stack-ptr-mod.c @@ -22,22 +22,9 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "backend.h" #include "rtl.h" -#include "tree.h" #include "df.h" -#include "expmed.h" -#include "insn-config.h" -#include "regs.h" #include "emit-rtl.h" -#include "alias.h" -#include "flags.h" -#include "dojump.h" -#include "explow.h" -#include "calls.h" -#include "varasm.h" -#include "stmt.h" -#include "expr.h" #include "tree-pass.h" -#include "output.h" /* Determine if the stack pointer is constant over the life of the function. Only useful before prologues have been emitted. */ |