[LFTR] Remove a stray variable shadow *of the same value* [NFC]

llvm-svn: 365072
This commit is contained in:
Philip Reames 2019-07-03 19:08:43 +00:00
parent e7a258c6d9
commit 14f1543425
1 changed files with 0 additions and 1 deletions

View File

@ -2359,7 +2359,6 @@ static Value *genLoopLimit(PHINode *IndVar, BasicBlock *ExitingBB,
assert(AR->getStepRecurrence(*SE)->isOne() && "only handles unit stride");
// For unit stride, IVCount = Start + ExitCount with 2's complement
// overflow.
const SCEV *IVInit = AR->getStart();
// For integer IVs, truncate the IV before computing IVInit + BECount,
// unless we know apriori that the limit must be a constant when evaluated