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

From-SVN: r71854
This commit is contained in:
Graham Stott 2003-09-27 15:33:27 +00:00 committed by Graham Stott
parent d485d933c9
commit 337f35bbdc
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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,

View File

@ -3538,6 +3538,7 @@ loop_iterations (struct loop *loop)
unsigned_p = 1;
case GT:
compare_dir = -1;
break;
case NE:
compare_dir = 0;
break;