tree-into-ssa.c (compute_global_livein): Use EXECUTE_IF_SET_IN_BITMAP rather than...
authorJeff Law <law@redhat.com>
Thu, 13 May 2004 22:46:19 +0000 (16:46 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 13 May 2004 22:46:19 +0000 (16:46 -0600)
commit6c875a31e1d906f9821e558cd4da65fe39e2160d
treec4a9b4fc3ac9a69884b6447141f369dbdcc17011
parent0e7b565cbf161851bc77eb48d5618dff3434d497
tree-into-ssa.c (compute_global_livein): Use EXECUTE_IF_SET_IN_BITMAP rather than iterating through the blocks testing...

        * tree-into-ssa.c (compute_global_livein): Use EXECUTE_IF_SET_IN_BITMAP
        rather than iterating through the blocks testing each bit in
        livein to initialize the worklist.
        (mark_def_sites): Remove useless checks of KILLS for virtual
        operands.

From-SVN: r81811
gcc/ChangeLog
gcc/tree-into-ssa.c