Kill a variable which is unused after cddcc4cf [nfc]

This commit is contained in:
Philip Reames 2021-06-03 14:35:43 -07:00
parent 619fa0d7fc
commit a4b924a017
1 changed files with 0 additions and 1 deletions

View File

@ -417,7 +417,6 @@ LoopUnrollResult llvm::UnrollLoop(Loop *L, UnrollLoopOptions ULO, LoopInfo *LI,
// through another exit first.
const unsigned ExactTripCount = ExitingBI ?
SE->getSmallConstantTripCount(L,ExitingBI->getParent()) : 0;
const bool ExactUnroll = (ExactTripCount && ExactTripCount == ULO.Count);
// Loops containing convergent instructions must have a count that divides
// their TripMultiple.