i915: SWZ no longer aliases MOV.

This commit is contained in:
Michal Krol 2008-06-02 11:41:17 +02:00
parent dc6068a8bc
commit dfd30b8786

View 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;