forked from OSchip/llvm-project
Kill a variable which is unused after cddcc4cf
[nfc]
This commit is contained in:
parent
619fa0d7fc
commit
a4b924a017
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue