(loop_optimize): Verify that max_uid_for_loop is still larger than the uid of any...
authorTom Wood <wood@gnu.org>
Tue, 13 Oct 1992 18:45:45 +0000 (18:45 +0000)
committerTom Wood <wood@gnu.org>
Tue, 13 Oct 1992 18:45:45 +0000 (18:45 +0000)
commit1c01e9df92a901c69981316978aab8a8124705ff
tree3e9962eea5cd46a4da629d222756d0e544c9d1dd
parent2988e8a39e50f3acb58b82c8bca8f06b5d2562a9
(loop_optimize): Verify that max_uid_for_loop is still larger than the uid of any insn.

(loop_optimize): Verify that max_uid_for_loop is still
larger than the uid of any insn.  Increase the number of exit
blocks from 4 to 32 per loop.
(find_and_verify_loops): Stop trying to relocate exit blocks when
allocating a new label would exceed max_uid_for_loop.

From-SVN: r2440
gcc/loop.c