loop.c (loop_insn_first_p): Don't compare LUIDs when P is a note...
authorJ"orn Rennecke <amylaar@cygnus.co.uk>
Wed, 9 Jun 1999 14:09:50 +0000 (14:09 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Wed, 9 Jun 1999 14:09:50 +0000 (15:09 +0100)
commit7c2772f1052c66bd8f3b22697967f7823a52fd5a
tree41422384629654787fb37678478e1b1115b423fd
parentff27cf73c281adc0d840af5dd9e33cb0083cee02
loop.c (loop_insn_first_p): Don't compare LUIDs when P is a note...

* loop.c (loop_insn_first_p): Don't compare LUIDs when P
is a note; use <= for the compare; advance P while it is
a NOTE.

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