Skip to content

Commit 3988a06

Browse files
committed
Remove unused variable (-Wunused)
1 parent 06c1546 commit 3988a06

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
@@ -793,7 +793,6 @@ bool LoopInterchangeLegality::findInductionAndReductions(
793793
// This function indicates the current limitations in the transform as a result
794794
// of which we do not proceed.
795795
bool LoopInterchangeLegality::currentLimitations() {
796-
BasicBlock *InnerLoopPreHeader = InnerLoop->getLoopPreheader();
797796
BasicBlock *InnerLoopLatch = InnerLoop->getLoopLatch();
798797

799798
// transform currently expects the loop latches to also be the exiting

0 commit comments

Comments
 (0)