[llvm] f60d101 - Fix Wdocumentation unknown parameter warning
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 19 05:01:32 PST 2022
Author: Simon Pilgrim
Date: 2022-02-19T13:00:59Z
New Revision: f60d101b00aea4b6c45efd932cf03eae865ae48f
URL: https://github.com/llvm/llvm-project/commit/f60d101b00aea4b6c45efd932cf03eae865ae48f
DIFF: https://github.com/llvm/llvm-project/commit/f60d101b00aea4b6c45efd932cf03eae865ae48f.diff
LOG: Fix Wdocumentation unknown parameter warning
Added:
Modified:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp b/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
index 185e18e884fa7..757a5b042a02a 100644
--- a/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+++ b/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
@@ -13405,7 +13405,6 @@ static bool IsSVECntIntrinsic(SDValue S) {
/// operations need a bit more inspection to get this information.
///
/// \param Extend The SDNode from the DAG that represents the extend operation
-/// \param DAG The SelectionDAG hosting the \p Extend node
///
/// \returns The type representing the \p Extend source type, or \p MVT::Other
/// if no valid type can be determined
More information about the llvm-commits
mailing list