r600/sfn: Silence warning about unused parameter

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37321>
This commit is contained in:
Gert Wollny 2025-10-13 17:22:05 +02:00 committed by Marge Bot
parent 43df08dd42
commit ebe395608a

View file

@ -664,7 +664,7 @@ uint8_t AluInstr::allowed_src_chan_mask() const
}
bool
AluInstr::replace_dest(PRegister new_dest, AluInstr *move_instr)
AluInstr::replace_dest(PRegister new_dest, UNUSED AluInstr *move_instr)
{
if (m_dest->equal_to(*new_dest))
return false;