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