diff options
author | Gerolf Hoflehner <ghoflehner@apple.com> | 2014-02-16 10:43:25 +0000 |
---|---|---|
committer | Gerolf Hoflehner <ghoflehner@apple.com> | 2014-02-16 10:43:25 +0000 |
commit | 282949bf4dd8cc520123dca00f7a469e481a8bcb (patch) | |
tree | 77674d2d9ec38a61be09c6379196a34ab5412286 /llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | |
parent | 7d2da0b2ae8054215aa91199cca4683297c642bf (diff) | |
download | bcm5719-llvm-282949bf4dd8cc520123dca00f7a469e481a8bcb.tar.gz bcm5719-llvm-282949bf4dd8cc520123dca00f7a469e481a8bcb.zip |
fixed typo in comment as my test commit
llvm-svn: 201486
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp')
-rw-r--r-- | llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp index 80826bd6b17..e2a1e5c32d2 100644 --- a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp +++ b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp @@ -1814,7 +1814,7 @@ struct SLPVectorizer : public FunctionPass { 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); |