[llvm] r244607 - fix typo in comment; NFC
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 07:45:09 PDT 2015
Author: spatel
Date: Tue Aug 11 09:45:08 2015
New Revision: 244607
URL: http://llvm.org/viewvc/llvm-project?rev=244607&view=rev
Log:
fix typo in comment; NFC
Modified:
llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
Modified: llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp?rev=244607&r1=244606&r2=244607&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp (original)
+++ llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp Tue Aug 11 09:45:08 2015
@@ -1724,7 +1724,7 @@ struct LoopVectorize : public FunctionPa
// 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) {
More information about the llvm-commits
mailing list