summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-05-20 17:11:11 +0000
committerEric Christopher <echristo@gmail.com>2014-05-20 17:11:11 +0000
commit650c8f2a06f138d795d0188ec8276638e13f7c9d (patch)
tree2ba4539a4ad633680680072b4d44811d88488354 /llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
parentc9e2a689054b63e2c02fddd27b1f508bd57451a3 (diff)
downloadbcm5719-llvm-650c8f2a06f138d795d0188ec8276638e13f7c9d.tar.gz
bcm5719-llvm-650c8f2a06f138d795d0188ec8276638e13f7c9d.zip
Clean up language and grammar.
Based on a patch by jfcaron3@gmail.com! PR19806 llvm-svn: 209216
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp')
-rw-r--r--llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
index 12dd7b5d320..e13ba956c39 100644
--- a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+++ b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -1918,7 +1918,7 @@ struct SLPVectorizer : public FunctionPass {
DEBUG(dbgs() << "SLP: Analyzing blocks in " << F.getName() << ".\n");
// Use the bottom up slp vectorizer to construct chains that start with
- // he store instructions.
+ // store instructions.
BoUpSLP R(&F, SE, DL, TTI, TLI, AA, LI, DT);
// Scan the blocks in the function in post order.
OpenPOWER on IntegriCloud