Jakob Stoklund Olesen 184e921187 Remove the expensive BitVector::operator~().
Returning a temporary BitVector is very expensive. If you must, create
the temporary explicitly: Use BitVector(A).flip() instead of ~A.

llvm-svn: 156768
2012-05-14 15:46:27 +00:00
..
2012-04-17 17:21:17 +00:00
2012-04-17 17:21:17 +00:00