diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-06-13 07:34:32 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-06-13 07:34:32 +0000 |
commit | 3807ab24c691fe8164fd5095c6bdc0e0dcf5c224 (patch) | |
tree | 2084ebccf8a5470bc2a5338e384325fce3cca62e /llvm/lib/Target/PowerPC/PPCISelLowering.cpp | |
parent | 8b8767662c9d74c443951059cfe0cb86dd8af9c2 (diff) | |
download | bcm5719-llvm-3807ab24c691fe8164fd5095c6bdc0e0dcf5c224.tar.gz bcm5719-llvm-3807ab24c691fe8164fd5095c6bdc0e0dcf5c224.zip |
PPCISelLowering.cpp: Fix warnings in r305214. [-Wdocumentation]
llvm-svn: 305277
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp index 7f9ea78c4b1..81754e9536b 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/llvm/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, |