haifa-sched.c (find_post_sched_live): Use EXECUTE_IF_SET_IN_REG_SET instead of callin...
authorJeff Law <law@gcc.gnu.org>
Wed, 25 Mar 1998 22:58:40 +0000 (15:58 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 25 Mar 1998 22:58:40 +0000 (15:58 -0700)
commit7eea64437a974d93e6a99163ecb3d1b97d1c7e0d
treef8ea138a4bb0bdb07c16f9bb76170f286a051b98
parentb09fa78719a041808a6cdb39517cba95a47cb4a7
haifa-sched.c (find_post_sched_live): Use EXECUTE_IF_SET_IN_REG_SET instead of calling REGNO_REG_SET_P for each pseudo.

        * haifa-sched.c (find_post_sched_live): Use EXECUTE_IF_SET_IN_REG_SET
        instead of calling REGNO_REG_SET_P for each pseudo.
        (update_reg_usage): Likewise.
        (compute_block_backward)dependences): Do not call "free_list" for
        an empty list.
Improves compile times by about 7% on average on my PAs.

From-SVN: r18835
gcc/haifa-sched.c