tgsi: Remove duplicate case value.

This commit is contained in:
Vinson Lee 2010-09-20 18:20:04 -07:00
parent bf8f24c1c8
commit 2491258436
1 changed files with 0 additions and 1 deletions

View File

@ -2844,7 +2844,6 @@ check_soa_dependencies(const struct tgsi_full_instruction *inst)
case TGSI_OPCODE_ADD:
case TGSI_OPCODE_MOV:
case TGSI_OPCODE_MUL:
case TGSI_OPCODE_XPD:
case TGSI_OPCODE_RCP:
case TGSI_OPCODE_RSQ:
case TGSI_OPCODE_EXP: