vc4: Fix a pasteo in scheduling condition flag usage.
authorEric Anholt <eric@anholt.net>
Sat, 2 Jul 2016 22:08:27 +0000 (15:08 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 4 Jul 2016 23:33:22 +0000 (16:33 -0700)
commit44df374a9c91b87be0f5ebccadc52760ebe95871
tree2df05de838c79600788736091af8030e59dc8860
parenteaa53f80d9da292ade219c609f8ac37f9a8ca0d7
vc4: Fix a pasteo in scheduling condition flag usage.

Noticed by code inspection.  This hasn't been too big of a deal, because
our cond usages all start out as adder ops, either MOVs or the FTOI for Z
writes.  MOVs *can* get converted to mul ops during scheduling, but
apparently we hadn't hit this.
src/gallium/drivers/vc4/vc4_qpu_schedule.c