blob: 961ed7e49cb0d480f6a6b810bfadefa326cf0b40 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 14
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
OpExecutionMode %unused_entry_point LocalSize 1 1 1
OpName %F "F"
OpName %b "b"
OpName %unused_entry_point "unused_entry_point"
%void = OpTypeVoid
%3 = OpTypeFunction %void
%bool = OpTypeBool
%_ptr_Function_bool = OpTypePointer Function %bool
%8 = OpConstantNull %bool
%false = OpConstantFalse %bool
%F = OpFunction %void None %3
%4 = OpLabel
%b = OpVariable %_ptr_Function_bool Function %8
OpSelectionMerge %9 None
OpBranchConditional %false %10 %9
%10 = OpLabel
OpBranch %9
%9 = OpLabel
OpReturn
OpFunctionEnd
%unused_entry_point = OpFunction %void None %3
%13 = OpLabel
OpReturn
OpFunctionEnd