llvm-6502/include
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
..
llvm Remove the expensive BitVector::operator~(). 2012-05-14 15:46:27 +00:00
llvm-c Introduce llvm-c function LLVMPrintModuleToFile. 2012-05-09 16:54:17 +00:00