nir: Make lower_wpos_ytransform_block a void function.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 18 May 2016 18:19:00 +0000 (11:19 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 20 May 2016 21:29:04 +0000 (14:29 -0700)
commit4b7577fad86ded34e1992bd4f8854016c2988e06
treebc4b180398c8dd8157c9522ac222251504a9fe5b
parent88ea960aa74402ea358d05b95709c3299002ad83
nir: Make lower_wpos_ytransform_block a void function.

The return value was used for the old nir_foreach_block callback system,
but at this point it no longer means anything.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Rob Clark <robdclark@gmail.com>
src/compiler/nir/nir_lower_wpos_ytransform.c