nir/spirv: Don't assert that the current block is empty
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 16 May 2015 19:34:32 +0000 (12:34 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 16 May 2015 19:34:34 +0000 (12:34 -0700)
commita63952510d64c09720614b971e461d7f8ed17c7a
tree0219a3a20c2c222ccb25b501a2dcb141950664a5
parent4e44dcc3122d9f5d79cedeff1b506cbfff36b968
nir/spirv: Don't assert that the current block is empty

It's possible that someone will give us SPIR-V code in which someone
needlessly branches to new blocks.  We should handle that ok now.
src/glsl/nir/spirv_to_nir.c