Skip to content

Commit dccb94f

Browse files
Address a comment.
1 parent 7447e0e commit dccb94f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf,
344344
const auto *Dest = cast<const BasicBlock *>(KV.first);
345345
MachineBasicBlock *DestMBB = getMBB(Dest);
346346
auto &Srcs = UnwindDestToSrcs[DestMBB];
347-
Srcs = SmallPtrSet<BBOrMBB, 4>();
348347
for (const auto P : KV.second)
349348
Srcs.insert(getMBB(cast<const BasicBlock *>(P)));
350349
}

0 commit comments

Comments
 (0)