1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Fix Wdocumentation unknown parameter warning. NFC.

This commit is contained in:
Simon Pilgrim 2020-08-20 12:41:34 +01:00
parent 9435e1e36e
commit 3ca52d2ee4

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