From: Jason Ekstrand Date: Thu, 29 Jun 2017 17:33:23 +0000 (-0700) Subject: nir/spirv: Move a "}" X-Git-Tag: upstream/18.1.0~8050 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc577ca3772980cafe04d3f20465b5a5d947c45d;p=platform%2Fupstream%2Fmesa.git nir/spirv: Move a "}" It's closing a "{" at the begining of a switch case. Reviewed-by: Lionel Landwerlin Reviewed-by: Connor Abbott --- diff --git a/src/compiler/spirv/vtn_variables.c b/src/compiler/spirv/vtn_variables.c index 974adb5..31d1d76 100644 --- a/src/compiler/spirv/vtn_variables.c +++ b/src/compiler/spirv/vtn_variables.c @@ -1490,10 +1490,10 @@ vtn_handle_variables(struct vtn_builder *b, SpvOp opcode, */ vtn_foreach_decoration(b, interface_type->val, var_decoration_cb, var); break; + } case vtn_variable_mode_param: unreachable("Not created through OpVariable"); - } case vtn_variable_mode_ubo: case vtn_variable_mode_ssbo: