summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
diff options
context:
space:
mode:
authorRobert Wilhelm <robert.wilhelm@gmx.net>2013-09-28 13:42:22 +0000
committerRobert Wilhelm <robert.wilhelm@gmx.net>2013-09-28 13:42:22 +0000
commit2788d3ec9997210073bfc3ccd8d3bfd7891f85f0 (patch)
treedb268865d2afe04bf658ce461f58c5383947866c /llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
parentf0cfb83bb4249b1bf716fa2445aaefecedf4d7a9 (diff)
downloadbcm5719-llvm-2788d3ec9997210073bfc3ccd8d3bfd7891f85f0.tar.gz
bcm5719-llvm-2788d3ec9997210073bfc3ccd8d3bfd7891f85f0.zip
Even more spelling fixes for "instruction".
llvm-svn: 191611
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 ae202c2fae3..2b0bdfafc41 100644
--- a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+++ b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -318,7 +318,7 @@ private:
/// \returns the pointer to the barrier instruction if we can't sink.
Value *getSinkBarrier(Instruction *Src, Instruction *Dst);
- /// \returns the index of the last instrucion in the BB from \p VL.
+ /// \returns the index of the last instruction in the BB from \p VL.
int getLastIndex(ArrayRef<Value *> VL);
/// \returns the Instruction in the bundle \p VL.
OpenPOWER on IntegriCloud