forked from OSchip/llvm-project
Fix Wdocumentation unknown parameter warning. NFC.
This commit is contained in:
parent
b7603cb128
commit
0ee23b286a
|
@ -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