i965/nir: Remove return handling
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 18 Dec 2015 19:28:57 +0000 (11:28 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 23 Dec 2015 21:49:56 +0000 (13:49 -0800)
commita7f3e113ad7e9c96b9156327f8499a19aeb64068
treebb44529292905e0b75ec929c2adc4a6d4a133513
parentac975b73cf7d51ae8dd6a4fed8f82902a0c28919
i965/nir: Remove return handling

This was added because we were getting spurrious returns coming out of
SPIR-V.  Now that we're calling lower_returns, we don't need this.
src/mesa/drivers/dri/i965/brw_fs_nir.cpp
src/mesa/drivers/dri/i965/brw_vec4_nir.cpp