llvm-6502/unittests
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
..
ADT Remove the expensive BitVector::operator~(). 2012-05-14 15:46:27 +00:00
Analysis
Bitcode
ExecutionEngine
Support Goodbye, JSONParser... 2012-04-17 17:21:17 +00:00
Transforms
VMCore
CMakeLists.txt Goodbye, JSONParser... 2012-04-17 17:21:17 +00:00
Makefile
Makefile.unittest