freedreno/ir3: remove impossible condition

We keep kill's alive w/ keeps these days, rather than a fake output.
This condition was left over from prior to that change.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Rob Clark 2019-10-26 10:47:21 -07:00
parent 611258d578
commit b2417801e5
1 changed files with 0 additions and 3 deletions

View File

@ -407,9 +407,6 @@ ir3_shader_disasm(struct ir3_shader_variant *so, uint32_t *bin, FILE *out)
fprintf(out, "; out%d unused\n", i);
continue;
}
/* kill shows up as a virtual output.. skip it! */
if (is_kill(ir->outputs[i]))
continue;
reg = ir->outputs[i]->regs[0];
regid = reg->num;
fprintf(out, "@out(%sr%d.%c)\tout%d\n",