Skip to content

Commit

Permalink
[Scalar] Remove an unused variable (llvm#105767)
Browse files Browse the repository at this point in the history
The last use was removed by:

  commit 89fe570
  Author: Philip Reames <listmail@philipreames.com>
  Date:   Tue May 12 23:39:23 2015 +0000
  • Loading branch information
kazutakahirata authored and dmpolukhin committed Sep 2, 2024
1 parent 9313f62 commit 15ed1d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Transforms/Scalar/PlaceSafepoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ bool PlaceSafepointsPass::runImpl(Function &F, const TargetLibraryInfo &TLI) {
// The split loop structure here is so that we only need to recalculate
// the dominator tree once. Alternatively, we could just keep it up to
// date and use a more natural merged loop.
SetVector<BasicBlock *> SplitBackedges;
for (BasicBlock *Header : Headers) {
BasicBlock *NewBB = SplitEdge(Term->getParent(), Header, &DT);
PollsNeeded.push_back(NewBB->getTerminator());
Expand Down

0 comments on commit 15ed1d2

Please sign in to comment.