summaryrefslogtreecommitdiff
path: root/gcc/jump.c
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-02-26 03:50:10 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-02-26 03:50:10 +0000
commit25f6582cbd61aeddb53792f833304e36e8f46753 (patch)
treeea97b59cc32b7f1320a795cb7d679f937b51f49c /gcc/jump.c
parentfe2ef3827c910f60f8468bca4d989c87fb991f57 (diff)
downloadgcc-25f6582cbd61aeddb53792f833304e36e8f46753.tar.gz
(jump_optimize): Add missing parameter in expand_binop call.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3537 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/jump.c')
-rw-r--r--gcc/jump.c2
1 files changed, 1 insertions, 1 deletions
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)
{