* gcse.c (cprop_insn): Update call of cprop_cc0_jump.

From-SVN: r44282
This commit is contained in:
Jan Hubicka 2001-07-23 23:35:26 +02:00 committed by Jan Hubicka
parent dd96fbc585
commit 21715220d5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Jul 23 23:34:07 CEST 2001 Jan Hubicka <jh@suse.cz>
* gcse.c (cprop_insn): Update call of cprop_cc0_jump.
2001-07-23 H.J. Lu (hjl@gnu.org)
* doc/extend.texi: Update __builtin_return_address and

View File

@ -4198,7 +4198,7 @@ cprop_insn (bb, insn, alter_jumps)
&& GET_CODE (NEXT_INSN (insn)) == JUMP_INSN
&& condjump_p (NEXT_INSN (insn))
&& ! simplejump_p (NEXT_INSN (insn))
&& cprop_cc0_jump (insn, reg_used, src))
&& cprop_cc0_jump (bb, insn, reg_used, src))
{
changed = 1;
break;