Commit 337f35bb by Graham Stott Committed by Graham Stott

* unroll.c(loop_interations)[GT]: Add missing break.

From-SVN: r71854
parent d485d933
2003-09-27 Graham Stott <graham.stott@btinternet.com>
* unroll.c (loop_interations)[GT]: Add missing break.
2003-09-27 Kelley Cook <kcook@gcc.gnu.org>
* config/chorus.h, config/darwin-c.c, config/darwin-protos.h,
......
......@@ -3538,6 +3538,7 @@ loop_iterations (struct loop *loop)
unsigned_p = 1;
case GT:
compare_dir = -1;
break;
case NE:
compare_dir = 0;
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