Commit 58f066d1 by Richard Stallman

(jump_optimize): Add missing parameter in expand_binop call.

From-SVN: r3537
parent cb411bd6
...@@ -1258,7 +1258,7 @@ jump_optimize (f, cross_jump, noop_moves, after_regscan) ...@@ -1258,7 +1258,7 @@ jump_optimize (f, cross_jump, noop_moves, after_regscan)
target = expand_binop (GET_MODE (temp2), target = expand_binop (GET_MODE (temp2),
(XEXP (SET_SRC (temp1), 1) == const1_rtx (XEXP (SET_SRC (temp1), 1) == const1_rtx
? add_optab : sub_optab), ? add_optab : sub_optab),
temp2, target, temp2, OPTAB_WIDEN); temp2, target, temp2, 0, OPTAB_WIDEN);
if (target != 0) if (target != 0)
{ {
......
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