Use BitVector instead of vector<bool> which can be extremely slow.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 15 Feb 2007 05:59:24 +0000 (05:59 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 15 Feb 2007 05:59:24 +0000 (05:59 +0000)
commit61de82d8853a02fe39c47302432abb70a586704f
tree87756c0f1a5d6d7be522071cbb055acae26278dd
parentad1d5c3bc55249b3291338288c90773ce80df11a
Use BitVector instead of vector<bool> which can be extremely slow.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34302 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveIntervalAnalysis.h
include/llvm/CodeGen/LiveVariables.h
include/llvm/Target/MRegisterInfo.h
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/RegAllocLocal.cpp
lib/Target/MRegisterInfo.cpp