]> granicus.if.org Git - clang/commit
Fix another major performance regression in LiveVariables by not canonicalizing the...
authorTed Kremenek <kremenek@apple.com>
Sun, 2 Oct 2011 01:45:37 +0000 (01:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Sun, 2 Oct 2011 01:45:37 +0000 (01:45 +0000)
commit3c2b5f7d6102bd1878c4ce7fcdd8f67ec9c37064
treeaed40fa063f657b8172df0fa7658afb7d29e889a
parentd1e40d5389a4382cbebc97d54792f41ee0414af4
Fix another major performance regression in LiveVariables by not canonicalizing the underlying ImmutableSets on every analyzed statement (just at merges).  Fixes <rdar://problem/10087538>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140958 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LiveVariables.cpp