(allocate_dynamic_stack_space): Delete reference to nonexistant macro
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 26 Oct 1996 21:12:51 +0000 (17:12 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 26 Oct 1996 21:12:51 +0000 (17:12 -0400)
ALLOCATE_OUTGOING_ARGS.

From-SVN: r13040

gcc/explow.c

index a68e2834121b72b040481982702bd60c094e6225..832f37f070ce925992603507a7981262ee2529b7 100644 (file)
@@ -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)