diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-08-21 18:54:47 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-08-21 18:54:47 +0000 |
commit | 3c71dabd8889b760d933d76c1772b29c3ea58486 (patch) | |
tree | 7993dd00487aa2f4e0411044f1ab0328e9e7a099 /llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | |
parent | 447b15ef220dc1c479332540ddaa3c7b9541f5d1 (diff) | |
download | bcm5719-llvm-3c71dabd8889b760d933d76c1772b29c3ea58486.tar.gz bcm5719-llvm-3c71dabd8889b760d933d76c1772b29c3ea58486.zip |
Fix typo
llvm-svn: 188915
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 3c24af8d8b6..73e80565f4d 100644 --- a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp +++ b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp @@ -308,7 +308,7 @@ private: /// \returns the index of the last instrucion in the BB from \p VL. int getLastIndex(ArrayRef<Value *> VL); - /// \returns the Instrucion in the bundle \p VL. + /// \returns the Instruction in the bundle \p VL. Instruction *getLastInstruction(ArrayRef<Value *> VL); /// \returns a vector from a collection of scalars in \p VL. |