blob: e37fc3a600b9d45cb2b7e1fb1fd7e6c717d34523 [file] [log] [blame] [edit]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 11
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %a "a"
OpExecutionMode %a LocalSize 1 1 1
OpName %a "a"
OpName %a_0 "a"
OpName %b "b"
OpName %a_1 "a"
OpName %a_1 "b"
%void = OpTypeVoid
%3 = OpTypeFunction %void
%int = OpTypeInt 32 1
%_ptr_Function_int = OpTypePointer Function %int
%a_1 = OpConstant %int 1
%a = OpFunction %void None %3
%4 = OpLabel
%a_0 = OpVariable %_ptr_Function_int Function
%b = OpVariable %_ptr_Function_int Function
OpStore %a_0 %a_1
%9 = OpLoad %int %a_0 None
OpStore %b %9
OpReturn
OpFunctionEnd