[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)
commitfeea722cf3dc9bcabec7350cfb3e8ac9ed19de10
tree188bd9d65f4808577ba0df04d8285672f42fcf02
parentab8b456ce5d85d3143b04475449733b2f5e02233
[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?

llvm-svn: 372262
llvm/lib/Transforms/Utils/SimplifyCFG.cpp