[llvm] r305277 - PPCISelLowering.cpp: Fix warnings in r305214. [-Wdocumentation]
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 13 00:34:32 PDT 2017
Author: chapuni
Date: Tue Jun 13 02:34:32 2017
New Revision: 305277
URL: http://llvm.org/viewvc/llvm-project?rev=305277&view=rev
Log:
PPCISelLowering.cpp: Fix warnings in r305214. [-Wdocumentation]
Modified:
llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
Modified: llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp?rev=305277&r1=305276&r2=305277&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp Tue Jun 13 02:34:32 2017
@@ -1614,10 +1614,10 @@ bool PPC::isSplatShuffleMask(ShuffleVect
/// 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,
More information about the llvm-commits
mailing list