]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/pr40493.c.s
New upstream version 1.25.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / pr40493.c.s
1 .text
2 .file "pr40493.c"
3 .section .text.main,"ax",@progbits
4 .hidden main # -- Begin function main
5 .globl main
6 .type main,@function
7 main: # @main
8 .param i32, i32
9 .result i32
10 # BB#0: # %entry
11 i32.const $push1=, 0
12 i32.const $push0=, 22
13 i32.store x01($pop1), $pop0
14 i32.const $push8=, 0
15 i32.const $push2=, 2
16 i32.store x00($pop8), $pop2
17 i32.const $push7=, 0
18 i32.const $push6=, 2
19 i32.store y00($pop7), $pop6
20 i32.const $push5=, 0
21 i32.const $push4=, 22
22 i32.store y01($pop5), $pop4
23 i32.const $push3=, 0
24 # fallthrough-return: $pop3
25 .endfunc
26 .Lfunc_end0:
27 .size main, .Lfunc_end0-main
28 # -- End function
29 .hidden x00 # @x00
30 .type x00,@object
31 .section .bss.x00,"aw",@nobits
32 .globl x00
33 .p2align 2
34 x00:
35 .int32 0 # 0x0
36 .size x00, 4
37
38 .hidden x01 # @x01
39 .type x01,@object
40 .section .bss.x01,"aw",@nobits
41 .globl x01
42 .p2align 2
43 x01:
44 .int32 0 # 0x0
45 .size x01, 4
46
47 .hidden y00 # @y00
48 .type y00,@object
49 .section .bss.y00,"aw",@nobits
50 .globl y00
51 .p2align 2
52 y00:
53 .int32 0 # 0x0
54 .size y00, 4
55
56 .hidden y01 # @y01
57 .type y01,@object
58 .section .bss.y01,"aw",@nobits
59 .globl y01
60 .p2align 2
61 y01:
62 .int32 0 # 0x0
63 .size y01, 4
64
65
66 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"