i965: Clean up double initialization of dst_flags from a rebase resolve.

Caught by clang.
This commit is contained in:
Eric Anholt 2009-12-22 17:18:03 -08:00
parent 070bbd4fcd
commit c196a3592a

View file

@ -1877,10 +1877,6 @@ static void brw_wm_emit_glsl(struct brw_context *brw, struct brw_wm_compile *c)
else
brw_set_conditionalmod(p, BRW_CONDITIONAL_NONE);
dst_flags = inst->DstReg.WriteMask;
if (inst->SaturateMode == SATURATE_ZERO_ONE)
dst_flags |= SATURATE;
switch (inst->Opcode) {
case WM_PIXELXY:
emit_pixel_xy(c, dst, dst_flags);