Skip to content

Commit fdaaa87

Browse files
[Scalar] Remove an unused variable (#105767)
The last use was removed by: commit 89fe570 Author: Philip Reames <[email protected]> Date: Tue May 12 23:39:23 2015 +0000
1 parent 351f4a5 commit fdaaa87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Scalar/PlaceSafepoints.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ bool PlaceSafepointsPass::runImpl(Function &F, const TargetLibraryInfo &TLI) {
342342
// The split loop structure here is so that we only need to recalculate
343343
// the dominator tree once. Alternatively, we could just keep it up to
344344
// date and use a more natural merged loop.
345-
SetVector<BasicBlock *> SplitBackedges;
346345
for (BasicBlock *Header : Headers) {
347346
BasicBlock *NewBB = SplitEdge(Term->getParent(), Header, &DT);
348347
PollsNeeded.push_back(NewBB->getTerminator());

0 commit comments

Comments
 (0)