]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/981206-1.c.s
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / 981206-1.c.s
1 .text
2 .file "981206-1.c"
3 .section .text.foo,"ax",@progbits
4 .hidden foo # -- Begin function foo
5 .globl foo
6 .type foo,@function
7 foo: # @foo
8 # BB#0: # %entry
9 i32.const $push1=, 0
10 i32.const $push0=, 1
11 i32.store8 y($pop1), $pop0
12 i32.const $push3=, 0
13 i32.const $push2=, 1
14 i32.store8 x($pop3), $pop2
15 # fallthrough-return
16 .endfunc
17 .Lfunc_end0:
18 .size foo, .Lfunc_end0-foo
19 # -- End function
20 .section .text.main,"ax",@progbits
21 .hidden main # -- Begin function main
22 .globl main
23 .type main,@function
24 main: # @main
25 .result i32
26 # BB#0: # %if.end
27 i32.const $push1=, 0
28 i32.const $push0=, 1
29 i32.store8 y($pop1), $pop0
30 i32.const $push4=, 0
31 i32.const $push3=, 1
32 i32.store8 x($pop4), $pop3
33 i32.const $push2=, 0
34 call exit@FUNCTION, $pop2
35 unreachable
36 .endfunc
37 .Lfunc_end1:
38 .size main, .Lfunc_end1-main
39 # -- End function
40 .type x,@object # @x
41 .section .bss.x,"aw",@nobits
42 .p2align 1
43 x:
44 .int8 0 # 0x0
45 .size x, 1
46
47 .type y,@object # @y
48 .section .bss.y,"aw",@nobits
49 .p2align 1
50 y:
51 .int8 0 # 0x0
52 .size y, 1
53
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