gallium: remove TGSI_OPCODE_SUB
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_util.c
index 4f02829e14d53246eddbdf3582ecbec784e60972..4a6a2ae0484103f0f289ec1685d1876ddf20992b 100644 (file)
@@ -192,7 +192,6 @@ tgsi_util_get_inst_usage_mask(const struct tgsi_full_instruction *inst,
    case TGSI_OPCODE_SLT:
    case TGSI_OPCODE_SGE:
    case TGSI_OPCODE_MAD:
-   case TGSI_OPCODE_SUB:
    case TGSI_OPCODE_LRP:
    case TGSI_OPCODE_FMA:
    case TGSI_OPCODE_FRC: