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:
parent
9435e1e36e
commit
3ca52d2ee4
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user