aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/CloneFunction.cpp
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2012-03-20 22:56:27 +0000
committerAnna Zaks <ganna@apple.com>2012-03-20 22:56:27 +0000
commita3b666ac4a0975712f1612599727a75eb44e8ac6 (patch)
tree79627183ef3ed936fba543efef9d239874a6494d /llvm/lib/Transforms/Utils/CloneFunction.cpp
parenteba3a66055e184d96ebc185ecf9ff89bba1943df (diff)
downloadllvm-a3b666ac4a0975712f1612599727a75eb44e8ac6.zip
llvm-a3b666ac4a0975712f1612599727a75eb44e8ac6.tar.gz
llvm-a3b666ac4a0975712f1612599727a75eb44e8ac6.tar.bz2
Make sure ImmutableSet never inserts Tombstone/Entry into DenseMap.
ImmutAVLTree uses random unsigned values as keys into a DenseMap, which could possibly happen to be the same value as the Tombstone or Entry keys in the DenseMap. Test case is hard to come up with. We randomly get failures on the internal static analyzer bot, which most likely hits this issue (hard to be 100% sure without the full stack). llvm-svn: 153148
Diffstat (limited to 'llvm/lib/Transforms/Utils/CloneFunction.cpp')
0 files changed, 0 insertions, 0 deletions