summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-09-20 18:20:04 -0700
committerVinson Lee <vlee@vmware.com>2010-09-20 18:20:04 -0700
commit2491258436a9c404f177c861101f7bcefc8fffb3 (patch)
treebf5d69ce0c31bafafea5a7326fda1801b5050ee6 /src/gallium/auxiliary/tgsi
parentbf8f24c1c84ab39207301ae5d298850d72e11876 (diff)
tgsi: Remove duplicate case value.
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_sse2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_sse2.c b/src/gallium/auxiliary/tgsi/tgsi_sse2.c
index 83a6d75896..67deffbd11 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_sse2.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_sse2.c
@@ -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: