Use find_first/find_next to iterate through all the set bits in a
authorDan Gohman <gohman@apple.com>
Thu, 13 Nov 2008 16:31:27 +0000 (16:31 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 13 Nov 2008 16:31:27 +0000 (16:31 +0000)
commit4a829ecc54cdcb0192550639556a18728af5119c
tree83bd07a1b1269a2489873eeff06244d7bc34a0e3
parent023422a6eb9ea692a5a837dc1daf256ac75ac6b0
Use find_first/find_next to iterate through all the set bits in a
BitVector, instead of manually testing each bit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59246 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/LiveVariables.cpp