]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/scope-1.c.s
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / scope-1.c.s
1 .text
2 .file "scope-1.c"
3 .section .text.f,"ax",@progbits
4 .hidden f # -- Begin function f
5 .globl f
6 .type f,@function
7 f: # @f
8 .result i32
9 .local i32
10 # BB#0: # %entry
11 block
12 i32.const $push0=, 0
13 i32.load $push1=, v($pop0)
14 i32.const $push2=, 3
15 i32.ne $push3=, $pop1, $pop2
16 br_if 0, $pop3 # 0: down to label0
17 # BB#1: # %if.end
18 return $0
19 .LBB0_2: # %if.then
20 end_block # label0:
21 call abort@FUNCTION
22 unreachable
23 .endfunc
24 .Lfunc_end0:
25 .size f, .Lfunc_end0-f
26 # -- End function
27 .section .text.main,"ax",@progbits
28 .hidden main # -- Begin function main
29 .globl main
30 .type main,@function
31 main: # @main
32 .result i32
33 # BB#0: # %entry
34 i32.call $drop=, f@FUNCTION
35 i32.const $push0=, 0
36 call exit@FUNCTION, $pop0
37 unreachable
38 .endfunc
39 .Lfunc_end1:
40 .size main, .Lfunc_end1-main
41 # -- End function
42 .hidden v # @v
43 .type v,@object
44 .section .data.v,"aw",@progbits
45 .globl v
46 .p2align 2
47 v:
48 .int32 3 # 0x3
49 .size v, 4
50
51
52 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"
53 .functype abort, void
54 .functype exit, void, i32