aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@gcc.gnu.org>2003-12-30 13:50:43 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2003-12-30 13:50:43 +0000
commit96bd6f3b20f903d29b7f37f2e274aac2c859c9b0 (patch)
tree28bd272103af5f30c224584e499ff28ba5e7b6c3 /gcc/builtins.c
parentf04f5b1fadf9c8ef67fdbdc98763ba69f3033274 (diff)
downloadgcc-96bd6f3b20f903d29b7f37f2e274aac2c859c9b0.zip
gcc-96bd6f3b20f903d29b7f37f2e274aac2c859c9b0.tar.gz
gcc-96bd6f3b20f903d29b7f37f2e274aac2c859c9b0.tar.bz2
builtins.c (expand_builtin_apply_args_1): Fix typo in previous change.
* builtins.c (expand_builtin_apply_args_1): Fix typo in previous change. From-SVN: r75234
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r--gcc/builtins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c
index c9449fa..c5af18d 100644
--- a/gcc/builtins.c
+++ b/gcc/builtins.c
@@ -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);