[llvm] r201486 - fixed typo in comment as my test commit

Gerolf Hoflehner ghoflehner at apple.com
Sun Feb 16 02:43:26 PST 2014


Author: ghoflehner
Date: Sun Feb 16 04:43:25 2014
New Revision: 201486

URL: http://llvm.org/viewvc/llvm-project?rev=201486&view=rev
Log:
fixed typo in comment as my test commit

Modified:
    llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp

Modified: llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp?rev=201486&r1=201485&r2=201486&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp (original)
+++ llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp Sun Feb 16 04:43:25 2014
@@ -1814,7 +1814,7 @@ struct SLPVectorizer : public FunctionPa
 
     DEBUG(dbgs() << "SLP: Analyzing blocks in " << F.getName() << ".\n");
 
-    // Use the bollom up slp vectorizer to construct chains that start with
+    // Use the bottom up slp vectorizer to construct chains that start with
     // he store instructions.
     BoUpSLP R(&F, SE, DL, TTI, AA, LI, DT);
 





More information about the llvm-commits mailing list