From: Sanjay Patel Date: Tue, 11 Aug 2015 14:45:08 +0000 (+0000) Subject: fix typo in comment; NFC X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d6a2d8f5d03d47fb32cdb98c82fe99acf52f9fd8;p=oota-llvm.git fix typo in comment; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244607 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Vectorize/LoopVectorize.cpp b/lib/Transforms/Vectorize/LoopVectorize.cpp index f940d6daca1..196240221fb 100644 --- a/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/lib/Transforms/Vectorize/LoopVectorize.cpp @@ -1724,7 +1724,7 @@ struct LoopVectorize : public FunctionPass { // Compute the weighted frequency of this loop being executed and see if it // is less than 20% of the function entry baseline frequency. Note that we - // always have a canonical loop here because we think we *can* vectoriez. + // always have a canonical loop here because we think we *can* vectorize. // FIXME: This is hidden behind a flag due to pervasive problems with // exactly what block frequency models. if (LoopVectorizeWithBlockFrequency) {