From 58f066d149a4ad29a6e19f9ec11e2a66ed027149 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 26 Feb 1993 03:50:10 +0000 Subject: [PATCH] (jump_optimize): Add missing parameter in expand_binop call. From-SVN: r3537 --- gcc/jump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/jump.c b/gcc/jump.c index aa5ed29e30f..88e753f2fbb 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -1258,7 +1258,7 @@ jump_optimize (f, cross_jump, noop_moves, after_regscan) target = expand_binop (GET_MODE (temp2), (XEXP (SET_SRC (temp1), 1) == const1_rtx ? add_optab : sub_optab), - temp2, target, temp2, OPTAB_WIDEN); + temp2, target, temp2, 0, OPTAB_WIDEN); if (target != 0) {