| commit | 77e7b8ede2b87b0be45bc034c0bdde5e299452e9 | [log] [tgz] |
|---|---|---|
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Mon May 14 15:46:27 2012 +0000 |
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Mon May 14 15:46:27 2012 +0000 |
| tree | 4a473568d58bccf6c552953d4e5c0dc2077dd4f2 | |
| parent | 76680e9b4ec9e0ed019791373b726364e15dc322 [diff] |
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