Commit 21715220 by Jan Hubicka Committed by Jan Hubicka

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

From-SVN: r44282
parent dd96fbc5
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
......
......@@ -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;
......
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