tgsi: Remove duplicate case value.
authorVinson Lee <vlee@vmware.com>
Tue, 21 Sep 2010 01:20:04 +0000 (18:20 -0700)
committerVinson Lee <vlee@vmware.com>
Tue, 21 Sep 2010 01:20:04 +0000 (18:20 -0700)
src/gallium/auxiliary/tgsi/tgsi_sse2.c

index 83a6d7589669226f02cfa7234346a13cdef22d23..67deffbd11975f38b32055110da65773a1cb2a0b 100644 (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: