From: Alexey Bataev Date: Wed, 7 Jun 2017 20:37:24 +0000 (+0000) Subject: [SLP] Comment fix, NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ed2765ff12725dc4604853d43387953281c0391;p=llvm [SLP] Comment fix, NFC. Fixed comment in function description. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304940 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/Vectorize/SLPVectorizer.h b/include/llvm/Transforms/Vectorize/SLPVectorizer.h index c514db41623..6f258191e89 100644 --- a/include/llvm/Transforms/Vectorize/SLPVectorizer.h +++ b/include/llvm/Transforms/Vectorize/SLPVectorizer.h @@ -84,7 +84,7 @@ private: ArrayRef 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.