diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-10-26 17:12:51 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-10-26 17:12:51 -0400 |
commit | 8d998e52a0865dc4a0af5413e27f21fda8ccf235 (patch) | |
tree | 1782852c287fdaad4213f688462d8856caa2b9ce /gcc/explow.c | |
parent | 7496c2b563c11bd1a9ef13fa5a6c583f8ae35c55 (diff) | |
download | gcc-8d998e52a0865dc4a0af5413e27f21fda8ccf235.zip gcc-8d998e52a0865dc4a0af5413e27f21fda8ccf235.tar.gz gcc-8d998e52a0865dc4a0af5413e27f21fda8ccf235.tar.bz2 |
(allocate_dynamic_stack_space): Delete reference to nonexistant macro
ALLOCATE_OUTGOING_ARGS.
From-SVN: r13040
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index a68e283..832f37f 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -1019,7 +1019,7 @@ allocate_dynamic_stack_space (size, target, known_align) If we have to align, we must leave space in SIZE for the hole that might result from the alignment operation. */ -#if defined (STACK_DYNAMIC_OFFSET) || defined (STACK_POINTER_OFFSET) || defined (ALLOCATE_OUTGOING_ARGS) || ! defined (STACK_BOUNDARY) +#if defined (STACK_DYNAMIC_OFFSET) || defined (STACK_POINTER_OFFSET) || ! defined (STACK_BOUNDARY) #define MUST_ALIGN 1 #else #define MUST_ALIGN (STACK_BOUNDARY < BIGGEST_ALIGNMENT) |