Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
Delete dead code from 8fffa40.
  • Loading branch information
tpopp committed Mar 12, 2020
1 parent 3a503ce commit bbe6764
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,6 @@ SelectionDAGBuilder::LowerStatepoint(ImmutableStatepoint ISP,
for (const GCRelocateInst *Relocate : ISP.getRelocates()) {
SI.GCRelocates.push_back(Relocate);

SDValue BaseSD = getValue(Relocate->getBasePtr());
SDValue DerivedSD = getValue(Relocate->getDerivedPtr());
if (Seen.insert(DerivedSD).second) {
SI.Bases.push_back(Relocate->getBasePtr());
Expand Down

0 comments on commit bbe6764

Please sign in to comment.