Skip to content

Commit

Permalink
llvm-reduce: Follow-up to 372280, now with more-better msan fixing
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372349 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
dwblaikie committed Sep 19, 2019
1 parent a9cd579 commit 72bcb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 72bcb25

Please sign in to comment.