forked from OSchip/llvm-project
[CorrelatedValuePropagation] Fix typo in comment sense->since. NFC
llvm-svn: 306152
This commit is contained in:
parent
29cdfe2cd9
commit
68ed55e06a
|
@ -290,7 +290,7 @@ static bool processSwitch(SwitchInst *SI, LazyValueInfo *LVI) {
|
|||
break;
|
||||
}
|
||||
|
||||
// Increment the case iterator sense we didn't delete it.
|
||||
// Increment the case iterator since we didn't delete it.
|
||||
++CI;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue