mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-10 22:46:20 +00:00
Correct spelling in comment (NFC)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269482 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e80e56a20
commit
d273c95832
@ -3755,7 +3755,7 @@ void InnerLoopVectorizer::vectorizeLoop() {
|
||||
|
||||
void InnerLoopVectorizer::fixFirstOrderRecurrence(PHINode *Phi) {
|
||||
|
||||
// This is the second phase of vectorizing first-order rececurrences. An
|
||||
// This is the second phase of vectorizing first-order recurrences. An
|
||||
// overview of the transformation is described below. Suppose we have the
|
||||
// following loop.
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user