[llvm] r188915 - Fix typo
Matt Arsenault
Matthew.Arsenault at amd.com
Wed Aug 21 11:54:47 PDT 2013
Author: arsenm
Date: Wed Aug 21 13:54:47 2013
New Revision: 188915
URL: http://llvm.org/viewvc/llvm-project?rev=188915&view=rev
Log:
Fix typo
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=188915&r1=188914&r2=188915&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp (original)
+++ llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp Wed Aug 21 13:54:47 2013
@@ -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.
More information about the llvm-commits
mailing list