blob: 8f69b1fe901ee04ec35aa392d60e47feda95aa5f [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 15
; Schema: 0
OpCapability Shader
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 %f "f"
OpName %cond "cond"
OpName %tint_return_flag "tint_return_flag"
%void = OpTypeVoid
%1 = OpTypeFunction %void
%bool = OpTypeBool
%5 = OpTypeFunction %void %bool
%_ptr_Function_bool = OpTypePointer Function %bool
%12 = OpConstantNull %bool
%unused_entry_point = OpFunction %void None %1
%4 = OpLabel
OpReturn
OpFunctionEnd
%f = OpFunction %void None %5
%cond = OpFunctionParameter %bool
%9 = OpLabel
%tint_return_flag = OpVariable %_ptr_Function_bool Function %12
OpSelectionMerge %13 None
OpBranchConditional %cond %14 %13
%14 = OpLabel
OpKill
%13 = OpLabel
OpReturn
OpFunctionEnd