Fix Wdocumentation unknown parameter warning. NFC.

This commit is contained in:
Simon Pilgrim 2020-08-20 12:41:34 +01:00
parent b7603cb128
commit 0ee23b286a
1 changed files with 1 additions and 1 deletions
llvm/include/llvm/CodeGen/GlobalISel

View File

@ -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);