rust-gpu/tests/ui/dis/asm_add_two_ints.stderr
Ashley Hauck 943f09fef7
Emit OpLine instructions (#616)
* Emit OpLine instructions
2021-05-07 08:57:47 +00:00

10 lines
183 B
Plaintext

%1 = OpFunction %2 None %3
%4 = OpFunctionParameter %2
%5 = OpFunctionParameter %2
%6 = OpLabel
OpLine %7 9 8
%8 = OpIAdd %2 %4 %5
OpLine %7 17 1
OpReturnValue %8
OpFunctionEnd