From 2491258436a9c404f177c861101f7bcefc8fffb3 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Mon, 20 Sep 2010 18:20:04 -0700 Subject: tgsi: Remove duplicate case value. --- src/gallium/auxiliary/tgsi/tgsi_sse2.c | 1 - 1 file changed, 1 deletion(-) 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: -- cgit v1.2.3