From 9dab15d6d6fd7fcb0ba04835f398a8e14b467d3a Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 13 Jun 2017 07:34:32 +0000 Subject: [PATCH] PPCISelLowering.cpp: Fix warnings in r305214. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305277 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPCISelLowering.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Target/PowerPC/PPCISelLowering.cpp b/lib/Target/PowerPC/PPCISelLowering.cpp index 7f9ea78c4b1..81754e9536b 100644 --- a/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/lib/Target/PowerPC/PPCISelLowering.cpp @@ -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, -- 2.50.1