builtins.c (expand_builtin_apply_args_1): Fix typo in previous change.
authorNathan Sidwell <nathan@gcc.gnu.org>
Tue, 30 Dec 2003 13:50:43 +0000 (13:50 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 30 Dec 2003 13:50:43 +0000 (13:50 +0000)
* builtins.c (expand_builtin_apply_args_1): Fix typo in previous
change.

From-SVN: r75234

gcc/ChangeLog
gcc/builtins.c

index 2738336542e43da8f1a4b0015d7d4464a9ee15c8..e8ee905ca7a1c7ceeb1f38e74b8a2cfb6fb89ebb 100644 (file)
@@ -1,7 +1,13 @@
+2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * builtins.c (expand_builtin_apply_args_1): Fix typo in previous
+       change.
+
 2003-12-30  Jan Hubicka  <jh@suse.cz>
 
        PR ice/11936
-       * i386.h (CLASS_LIKELY_SPILLED_P): Return true for FP_TOP_REG/FP_SECOND_REG
+       * i386.h (CLASS_LIKELY_SPILLED_P): Return true for
+       FP_TOP_REG/FP_SECOND_REG.
 
 2003-12-30  Steven Bosscher  <steven@gcc.gnu.org>
 
index c9449fa5ca6ab3a69ba0b248671014ef35dc0f8a..c5af18d7182cc2a6f9cccdaff140b3c97dd7c660 100644 (file)
@@ -1126,7 +1126,7 @@ expand_builtin_apply_args_1 (void)
 
   /* Save the arg pointer to the block.  */
   tem = copy_to_reg (virtual_incoming_args_rtx);
-#ifdef STACK_GROWS_DOWNWARDS
+#ifdef STACK_GROWS_DOWNWARD
   /* We need the pointer as the caller actually passed them to us, not
      as we might have pretended they were passed.  */
   tem = plus_constant (tem, current_function_pretend_args_size);