| ; Generator: Google Tint Compiler; 0 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %unused_entry_point "unused_entry_point" |
| OpExecutionMode %unused_entry_point LocalSize 1 1 1 |
| OpName %unused_entry_point "unused_entry_point" |
| OpName %some_loop_body "some_loop_body" |
| %1 = OpTypeFunction %void |
| %10 = OpConstantNull %int |
| %_ptr_Function_int = OpTypePointer Function %int |
| %int_5 = OpConstant %int 5 |
| %int_1 = OpConstant %int 1 |
| %unused_entry_point = OpFunction %void None %1 |
| %some_loop_body = OpFunction %void None %1 |
| %f = OpFunction %void None %1 |
| %i = OpVariable %_ptr_Function_int Function %10 |
| %20 = OpSLessThan %bool %18 %int_5 |
| %17 = OpLogicalNot %bool %20 |
| OpSelectionMerge %22 None |
| OpBranchConditional %17 %23 %22 |
| %24 = OpFunctionCall %void %some_loop_body |
| %27 = OpIAdd %int %25 %int_1 |