Commit 1dfb49b9 by Jeffrey A Law Committed by Jeff Law

* calls.c (expand_call): Fix typo.

From-SVN: r32819
parent 8cb5e385
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment