i915: SWZ no longer aliases MOV.
authorMichal Krol <michal@tungstengraphics.com>
Mon, 2 Jun 2008 09:41:17 +0000 (11:41 +0200)
committerMichal Krol <michal@tungstengraphics.com>
Mon, 2 Jun 2008 09:41:17 +0000 (11:41 +0200)
src/gallium/drivers/i915simple/i915_fpc_translate.c

index 48f3ceb..23cd909 100644 (file)
@@ -676,7 +676,7 @@ i915_translate_instruction(struct i915_fp_compile *p,
       break;
 
    case TGSI_OPCODE_MOV:
-      /* aka TGSI_OPCODE_SWZ */
+   case TGSI_OPCODE_SWZ:
       emit_simple_arith(p, inst, A0_MOV, 1);
       break;