Jakob Stoklund Olesen 0057022489 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156768 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-14 15:46:27 +00:00
..
2012-03-14 00:38:15 +00:00
2011-07-21 23:03:59 +00:00
2011-03-01 22:07:32 +00:00
2012-03-14 22:36:10 +00:00
2012-05-11 23:34:39 +00:00
2010-07-23 03:21:53 +00:00
2012-02-05 22:14:15 +00:00
2012-05-09 17:23:48 +00:00
2012-02-05 22:14:15 +00:00