]> granicus.if.org Git - llvm/commit
[SimplifyCFG] mergeConditionalStoreToAddress(): try to pacify MSAN
authorRoman Lebedev <lebedev.ri@gmail.com>
Wed, 18 Sep 2019 21:04:39 +0000 (21:04 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Wed, 18 Sep 2019 21:04:39 +0000 (21:04 +0000)
commit5a5bcb795288c9c254b856391f9ef469d32a7f4b
tree3f817cafdd1daaec72db2d51860561f8b91e2995
parentda67f6c2d7da271aa8eb0729487401d518801322
[SimplifyCFG] mergeConditionalStoreToAddress(): try to pacify MSAN

MSAN bot complains that there is use-of-uninitialized-value
of this FreeStores later in IsWorthwhile().
Perhaps FreeStores needs to be stored in a vector?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372262 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SimplifyCFG.cpp