diff --git a/src/shader_recompiler/frontend/decode.cpp b/src/shader_recompiler/frontend/decode.cpp index c0b5cf766..98f97dd12 100644 --- a/src/shader_recompiler/frontend/decode.cpp +++ b/src/shader_recompiler/frontend/decode.cpp @@ -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;