mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-09 22:04:10 +00:00
Fix typo in comment; NFC
llvm-svn: 364159
This commit is contained in:
parent
203f149cf9
commit
0ab8a1a44a
@ -1312,7 +1312,7 @@ WidenIV::WidenedRecTy WidenIV::getWideRecurrence(NarrowIVDefUse DU) {
|
||||
return {AddRec, ExtKind};
|
||||
}
|
||||
|
||||
/// This IV user cannot be widen. Replace this use of the original narrow IV
|
||||
/// This IV user cannot be widened. Replace this use of the original narrow IV
|
||||
/// with a truncation of the new wide IV to isolate and eliminate the narrow IV.
|
||||
static void truncateIVUse(NarrowIVDefUse DU, DominatorTree *DT, LoopInfo *LI) {
|
||||
auto *InsertPt = getInsertPointForUses(DU.NarrowUse, DU.NarrowDef, DT, LI);
|
||||
|
Loading…
x
Reference in New Issue
Block a user