*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Fri, 3 Apr 1992 21:42:58 +0000 (21:42 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 3 Apr 1992 21:42:58 +0000 (21:42 +0000)
From-SVN: r675

gcc/explow.c

index f33dba9..f2b72f6 100644 (file)
@@ -764,8 +764,10 @@ allocate_dynamic_stack_space (size, target, known_align)
      way of knowing which systems have this problem.  So we avoid even
      momentarily mis-aligning the stack.  */
 
+#ifdef STACK_BOUNDARY
   if (known_align % STACK_BOUNDARY != 0)
     size = round_push (size);
+#endif
 
   do_pending_stack_adjust ();