undo duplication

This commit is contained in:
ElBread3 2024-10-02 15:42:55 -05:00
parent f4fa036c8e
commit 7705790c6d

View file

@ -313,8 +313,6 @@ void GcnDecodeContext::repairOperandType() {
m_instruction.src[2].type = ScalarType::Uint64;
break;
case Opcode::IMAGE_GATHER4_C:
m_instruction.src[0].type = ScalarType::Any;
break;
case Opcode::IMAGE_GATHER4_C_O:
m_instruction.src[0].type = ScalarType::Any;
break;