]> gcc.gnu.org Git - gcc.git/commitdiff
(jump_optimize): Add missing parameter in expand_binop call.
authorRichard Stallman <rms@gnu.org>
Fri, 26 Feb 1993 03:50:10 +0000 (03:50 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 26 Feb 1993 03:50:10 +0000 (03:50 +0000)
From-SVN: r3537

gcc/jump.c

index aa5ed29e30f85e4c2a82bbbfeb18397de33c8a2f..88e753f2fbb3beef2acde9e94497b9ae93e0a2e5 100644 (file)
@@ -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)
                {
This page took 0.096397 seconds and 5 git commands to generate.