* Band-aid until haifa's bitset implementation is nuked.
authorJeffrey A Law <law@cygnus.com>
Tue, 11 Jan 2000 12:50:18 +0000 (12:50 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 11 Jan 2000 12:50:18 +0000 (05:50 -0700)
commit8613329216196f7f36857b4c24040c1358cf14c5
tree52c6c1a113e6fc4a9bbd6399959e875035490b81
parentc6f3ffc624dd1b90f7e366f5e85098e38ab8f614
* Band-aid until haifa's bitset implementation is nuked.

        * haifa-sched.c (extract_bitlst): New parameter for size of the
        bitset in bits.  All callers changed.  Avoid looking at undefined
        bits in the bitset.
        (edgeset_bitsize): New variable.
        (schedule_region): Initialize edgeset_bitsize.

From-SVN: r31322
gcc/ChangeLog
gcc/haifa-sched.c