mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-02 07:06:33 +00:00
Correct spelling in comment (NFC)
llvm-svn: 269482
This commit is contained in:
parent
91aacad9c3
commit
c326d050ca
@ -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