1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

llvm-reduce: Follow-up to 372280, now with more-better msan fixing

llvm-svn: 372349
This commit is contained in:
David Blaikie 2019-09-19 20:04:04 +00:00
parent d1d897b032
commit 0051a61051

View File

@ -51,7 +51,7 @@ static void replaceBranchTerminator(BasicBlock &BB,
if (IsBranch)
BranchInst::Create(ChunkSucessors[0], &BB);
if (auto IndBI = dyn_cast<IndirectBrInst>(Term)) {
if (Address) {
auto NewIndBI =
IndirectBrInst::Create(Address, ChunkSucessors.size(), &BB);
for (auto Dest : ChunkSucessors)