Commit b4af138b by Jeff Law

* expr.c (expand_builtin_apply): Fix typo.

From-SVN: r5191
parent 7560d6cb
......@@ -6732,7 +6732,7 @@ expand_builtin_apply (function, arguments, argsize)
emit_move_insn (incoming_args,
gen_rtx (MEM, Pmode, arguments));
#ifndef STACK_GROWS_DOWNWARD
incoming_args = expand_binop (Pmode, add_optab, incoming_args, argsize,
incoming_args = expand_binop (Pmode, sub_optab, incoming_args, argsize,
incoming_args, 0, OPTAB_LIB_WIDEN);
#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