i965/vec4: Get rid of a stray predicate inverse in opquantizef16

This fixes 30 opquantize CTS tests on HSW
This commit is contained in:
Jason Ekstrand 2016-03-25 13:55:37 -07:00
parent 13bad493b4
commit 38250a9ca3

View file

@ -1248,7 +1248,6 @@ vec4_visitor::nir_emit_alu(nir_alu_instr *instr)
/* Select that or zero based on normal status */
inst = emit(BRW_OPCODE_SEL, dst, zero, tmp32);
inst->predicate = BRW_PREDICATE_NORMAL;
inst->predicate_inverse = true;
inst->saturate = instr->dest.saturate;
break;
}