Commit ada8d98a by Richard Henderson

* gcse.c (bypass_conditional_jumps): Fix typo last change.

From-SVN: r54189
parent ba4f7968
2002-06-02 Richard Henderson <rth@redhat.com>
* gcse.c (bypass_conditional_jumps): Fix typo last change.
Sun Jun 2 23:02:11 CEST 2002 Jan Hubicka <jh@suse.cz>
* loop.c (emit_prefetch_instructions): Properly place the address computation.
* loop.c (emit_prefetch_instructions): Properly place the address
computation.
Sun Jun 2 22:56:48 CEST 2002 Jan Hubicka <jh@suse.cz>
......
......@@ -4539,7 +4539,7 @@ bypass_conditional_jumps ()
insn = NEXT_INSN (insn))
if (GET_CODE (insn) == INSN)
{
if (setcc)
if (!setcc)
break;
if (GET_CODE (PATTERN (insn)) != SET)
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