From 3ca52d2ee4811904a0197456b88b3c94d65ddb20 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Thu, 20 Aug 2020 12:41:34 +0100 Subject: [PATCH] Fix Wdocumentation unknown parameter warning. NFC. --- include/llvm/CodeGen/GlobalISel/CombinerHelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/CodeGen/GlobalISel/CombinerHelper.h b/include/llvm/CodeGen/GlobalISel/CombinerHelper.h index 6e636703548..4d833ef217d 100644 --- a/include/llvm/CodeGen/GlobalISel/CombinerHelper.h +++ b/include/llvm/CodeGen/GlobalISel/CombinerHelper.h @@ -310,7 +310,7 @@ public: /// LHS & mask == LHS. (E.g., an all-ones value.) /// /// \param [in] MI - The G_AND instruction. - /// \param [out] Reg - A register the G_AND should be replaced with on + /// \param [out] Replacement - A register the G_AND should be replaced with on /// success. bool matchAndWithTrivialMask(MachineInstr &MI, Register &Replacement);