* calls.c (expand_call): Fix typo.

From-SVN: r32819
This commit is contained in:
Jeffrey A Law 2000-03-29 22:46:03 +00:00 committed by Jeff Law
parent 8cb5e385d6
commit 1dfb49b94a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Wed Mar 29 15:44:53 2000 Jeffrey A Law (law@cygnus.com)
* calls.c (expand_call): Fix typo.
2000-03-29 Jason Merrill <jason@casey.cygnus.com>
* tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't

View file

@ -2691,7 +2691,7 @@ expand_call (exp, target, ignore)
passed in registers. */
#ifdef OUTGOING_REG_PARM_STACK_SPACE
if (!ACCUMULATE_OUTGOING_ARGS
must_preallocate == 0 && reg_parm_stack_space > 0)
&& must_preallocate == 0 && reg_parm_stack_space > 0)
anti_adjust_stack (GEN_INT (reg_parm_stack_space));
#endif