Fix typo
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 21 Aug 2013 18:54:47 +0000 (18:54 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 21 Aug 2013 18:54:47 +0000 (18:54 +0000)
llvm-svn: 188915

llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

index 3c24af8d8b676b6d0afa464c066e3563295ac441..73e80565f4dd2c55495dd1436e6943d34e7e238b 100644 (file)
@@ -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.