nir: Drop bogus nir_var_shader_in case in nir_lower_io's store_op().
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 12 Jul 2016 09:38:27 +0000 (02:38 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 16 Jul 2016 00:17:09 +0000 (17:17 -0700)
commite12e4af780d8f8973021c43fe27d44fefca2df4c
tree400e6a7aef1c67abe9bb91a4ed26b08a4c70b97a
parentcdfc05ea6e8c87876cdbf588aa8e03d70f3da4bb
nir: Drop bogus nir_var_shader_in case in nir_lower_io's store_op().

This can't happen, the caller asserts that mode is shader_out or shared.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/compiler/nir/nir_lower_io.c