]> granicus.if.org Git - llvm/commitdiff
PPCISelLowering.cpp: Fix warnings in r305214. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 13 Jun 2017 07:34:32 +0000 (07:34 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 13 Jun 2017 07:34:32 +0000 (07:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305277 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelLowering.cpp

index 7f9ea78c4b1928f469251884bbf0d92a9eb8bf41..81754e9536be1963c5a931ef6e8199eeffa22361 100644 (file)
@@ -1614,10 +1614,10 @@ bool PPC::isSplatShuffleMask(ShuffleVectorSDNode *N, unsigned EltSize) {
 /// Check that the mask is shuffling N byte elements. Within each N byte
 /// element of the mask, the indices could be either in increasing or
 /// decreasing order as long as they are consecutive.
-/// \param[in] N: the shuffle vector SD Node to analyze
-/// \param[in] Width: the element width in bytes, could be 2/4/8/16 (HalfWord/
+/// \param[in] N the shuffle vector SD Node to analyze
+/// \param[in] Width the element width in bytes, could be 2/4/8/16 (HalfWord/
 /// Word/DoubleWord/QuadWord).
-/// \param[in] StepLen: the delta indices number among the N byte element, if
+/// \param[in] StepLen the delta indices number among the N byte element, if
 /// the mask is in increasing/decreasing order then it is 1/-1.
 /// \return true iff the mask is shuffling N byte elements.
 static bool isNByteElemShuffleMask(ShuffleVectorSDNode *N, unsigned Width,