summaryrefslogtreecommitdiff
path: root/gcc/explow.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-10-26 21:12:51 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-10-26 21:12:51 +0000
commitc13065c6dd2f8377375efd1d1bd4eba41707d95f (patch)
tree1782852c287fdaad4213f688462d8856caa2b9ce /gcc/explow.c
parentf3d6dae17d244456fcec6996310133d1a6805f37 (diff)
downloadgcc-c13065c6dd2f8377375efd1d1bd4eba41707d95f.tar.gz
(allocate_dynamic_stack_space): Delete reference to nonexistant macro
ALLOCATE_OUTGOING_ARGS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13040 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/explow.c')
-rw-r--r--gcc/explow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c
index a68e2834121..832f37f070c 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)