flow.c (verify_flow_info): Added two more sanity checks.
authorJason Eckhardt <jle@cygnus.com>
Wed, 3 May 2000 16:39:55 +0000 (16:39 +0000)
committerJason Eckhardt <jle@gcc.gnu.org>
Wed, 3 May 2000 16:39:55 +0000 (16:39 +0000)
commit18ca529b1976bfdc7f84b96f93d0ac3f483bf7f8
tree47b0707ffe3783fb75b890728aeafe96645da837
parent754ac8f7b2d97cbb4adbb355865fd01e69c73a1e
flow.c (verify_flow_info): Added two more sanity checks.

Tue May  2 00:20:30 2000  Jason Eckhardt  <jle@cygnus.com>

        * flow.c (verify_flow_info): Added two more sanity checks. The
        first checks that the blocks are numbered consecutively. The second
        checks that n_basic_blocks is actually equal to the number of
        basic blocks in the insn chain.

From-SVN: r33632
gcc/ChangeLog
gcc/flow.c