]> granicus.if.org Git - llvm/commitdiff
[SLP] Comment fix, NFC.
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 7 Jun 2017 20:37:24 +0000 (20:37 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 7 Jun 2017 20:37:24 +0000 (20:37 +0000)
Fixed comment in function description.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304940 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Vectorize/SLPVectorizer.h

index c514db41623cb71dfd1c6b7df4adec66ee6d2d75..6f258191e89ebab6d88987aa8f21044c6a6662ee 100644 (file)
@@ -84,7 +84,7 @@ private:
                           ArrayRef<Value *> BuildVector = None,
                           bool AllowReorder = false);
 
-  /// \brief Try to vectorize a chain that may start at the operands of \V;
+  /// \brief Try to vectorize a chain that may start at the operands of \p V.
   bool tryToVectorize(BinaryOperator *V, slpvectorizer::BoUpSLP &R);
 
   /// \brief Vectorize the store instructions collected in Stores.