[llvm] r304940 - [SLP] Comment fix, NFC.

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 13:37:24 PDT 2017


Author: abataev
Date: Wed Jun  7 15:37:24 2017
New Revision: 304940

URL: http://llvm.org/viewvc/llvm-project?rev=304940&view=rev
Log:
[SLP] Comment fix, NFC.

Fixed comment in function description.

Modified:
    llvm/trunk/include/llvm/Transforms/Vectorize/SLPVectorizer.h

Modified: llvm/trunk/include/llvm/Transforms/Vectorize/SLPVectorizer.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Vectorize/SLPVectorizer.h?rev=304940&r1=304939&r2=304940&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Transforms/Vectorize/SLPVectorizer.h (original)
+++ llvm/trunk/include/llvm/Transforms/Vectorize/SLPVectorizer.h Wed Jun  7 15:37:24 2017
@@ -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.




More information about the llvm-commits mailing list