]> git.ipfire.org Git - thirdparty/gcc.git/commit
loop.c (strength_reduce): Do not clear NOT_EVERY_ITERATION at the last CODE_LABEL...
authorJeffrey A Law <law@cygnus.com>
Mon, 24 May 1999 13:43:22 +0000 (13:43 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 24 May 1999 13:43:22 +0000 (07:43 -0600)
commitae188a870e40bdf711b0dc0bcaf9fa28d1d5b6f0
tree1de1c0198ba0883933c81ac96154d948b0cbea9f
parent79d6c916407fab932d8ec86cb2cddc2a0cb781fe
loop.c (strength_reduce): Do not clear NOT_EVERY_ITERATION at the last CODE_LABEL in a loop if...

* loop.c (strength_reduce): Do not clear NOT_EVERY_ITERATION at the
last CODE_LABEL in a loop if we have previously passed a jump
to the top of the loop.

From-SVN: r27125
gcc/ChangeLog
gcc/loop.c