pan/midgard: Remove mir_has_multiple_writes
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 3 Oct 2019 20:01:51 +0000 (16:01 -0400)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fri, 4 Oct 2019 02:29:50 +0000 (22:29 -0400)
commitc59fae0fef4a4977811384c515ce35319c145708
tree4cf940422cd9cdba61680aa21b09371accaa4ced
parent3f4be0d199f6516b5e7598ac210ac9d03949aee6
pan/midgard: Remove mir_has_multiple_writes

We already enforce this with the SSA/register distinction in the
backend. There is no need to duplicate this logic merely for an assert.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/panfrost/midgard/compiler.h
src/panfrost/midgard/midgard_compile.c
src/panfrost/midgard/midgard_liveness.c