Fix a typo. NFC

llvm-svn: 291335
This commit is contained in:
Xin Tong 2017-01-07 04:30:58 +00:00
parent 0444343326
commit ee5cb65ada
1 changed files with 1 additions and 1 deletions

View File

@ -1423,7 +1423,7 @@ Instruction *WidenIV::widenIVUse(NarrowIVDefUse DU, SCEVExpander &Rewriter) {
if (widenLoopCompare(DU))
return nullptr;
// This user does not evaluate to a recurence after widening, so don't
// This user does not evaluate to a recurrence after widening, so don't
// follow it. Instead insert a Trunc to kill off the original use,
// eventually isolating the original narrow IV so it can be removed.
truncateIVUse(DU, DT, LI);