Use BitVector instead of std::vector<unsigned char>.
authorDan Gohman <gohman@apple.com>
Wed, 20 Aug 2008 14:58:41 +0000 (14:58 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 20 Aug 2008 14:58:41 +0000 (14:58 +0000)
commitc53ec498857aa3e6d4fc17bd67dd282dcfc821da
tree739a91e5f039018703a6004ab694c26cc1c41753
parenteace52f12db8feff2742ad1e2a330c837ff7f824
Use BitVector instead of std::vector<unsigned char>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55054 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp