freedreno/ir3: remove a couple redundant is_flow()s
authorRob Clark <robclark@freedesktop.org>
Tue, 3 May 2016 15:47:47 +0000 (11:47 -0400)
committerRob Clark <robclark@freedesktop.org>
Wed, 4 May 2016 15:25:55 +0000 (11:25 -0400)
commita6ad30202cacc933290f478d8f518a7b066268b6
tree51f9b05a56be6921959c2e62998734abd0dccd26
parentf0a1f3de27831d1ccb8a51fc0c99d63f25fd6e2a
freedreno/ir3: remove a couple redundant is_flow()s

Now that the opc's encode the instruction category (making them unique)
we no longer need to check the category in addition to the opc.

Signed-off-by: Rob Clark <robclark@freedesktop.org>
src/gallium/drivers/freedreno/ir3/ir3_depth.c
src/gallium/drivers/freedreno/ir3/ir3_legalize.c