Skip to content

Commit fac4c47

Browse files
committed
[LoopInterchange] Remove unused RecurrenceDescriptor object. NFC
1 parent 829b891 commit fac4c47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Scalar/LoopInterchange.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,6 @@ bool LoopInterchangeLegality::findInductionAndReductions(
736736
if (!L->getLoopLatch() || !L->getLoopPredecessor())
737737
return false;
738738
for (PHINode &PHI : L->getHeader()->phis()) {
739-
RecurrenceDescriptor RD;
740739
InductionDescriptor ID;
741740
if (InductionDescriptor::isInductionPHI(&PHI, L, SE, ID))
742741
Inductions.push_back(&PHI);

0 commit comments

Comments
 (0)