Commit 424a02db by Jan Hubicka Committed by Jan Hubicka

* loop.c (strength_reduce): Fix typo in the last checkin.

From-SVN: r33413
parent 65e14bf5
Tue Apr 25 14:51:07 MET DST 2000 Jan Hubicka <jh@suse.cz>
* loop.c (strength_reduce): Fix typo in the last checkin.
Tue Apr 25 07:33:12 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> Tue Apr 25 07:33:12 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* stor-layout.c (finalize_record_size): Simplify to use existing * stor-layout.c (finalize_record_size): Simplify to use existing
......
...@@ -4129,7 +4129,7 @@ strength_reduce (loop, insn_count, unroll_p, bct_p) ...@@ -4129,7 +4129,7 @@ strength_reduce (loop, insn_count, unroll_p, bct_p)
|| GET_CODE (next) == JUMP_INSN) || GET_CODE (next) == JUMP_INSN)
break; break;
#ifdef HAVE_cc0 #ifdef HAVE_cc0
if (INSN_P (next) if (! INSN_P (next)
|| ! sets_cc0_p (PATTERN (next))) || ! sets_cc0_p (PATTERN (next)))
#endif #endif
dominator = next; dominator = next;
......
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