From: Matt Arsenault Date: Wed, 21 Aug 2013 18:54:47 +0000 (+0000) Subject: Fix typo X-Git-Tag: llvmorg-3.4.0-rc1~5939 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c71dabd8889b760d933d76c1772b29c3ea58486;p=platform%2Fupstream%2Fllvm.git Fix typo llvm-svn: 188915 --- diff --git a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp index 3c24af8d8b67..73e80565f4dd 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 VL); - /// \returns the Instrucion in the bundle \p VL. + /// \returns the Instruction in the bundle \p VL. Instruction *getLastInstruction(ArrayRef VL); /// \returns a vector from a collection of scalars in \p VL.