]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/981130-1.c.s
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / 981130-1.c.s
1 .text
2 .file "981130-1.c"
3 .section .text.check,"ax",@progbits
4 .hidden check # -- Begin function check
5 .globl check
6 .type check,@function
7 check: # @check
8 .param i32, i32
9 # BB#0: # %entry
10 block
11 i32.ne $push0=, $0, $1
12 br_if 0, $pop0 # 0: down to label0
13 # BB#1: # %if.then
14 i32.const $push1=, 0
15 call exit@FUNCTION, $pop1
16 unreachable
17 .LBB0_2: # %if.else
18 end_block # label0:
19 call abort@FUNCTION
20 unreachable
21 .endfunc
22 .Lfunc_end0:
23 .size check, .Lfunc_end0-check
24 # -- End function
25 .section .text.main,"ax",@progbits
26 .hidden main # -- Begin function main
27 .globl main
28 .type main,@function
29 main: # @main
30 .result i32
31 .local i64
32 # BB#0: # %entry
33 i32.const $push0=, 0
34 i32.const $push5=, 0
35 i64.load $push4=, s2($pop5)
36 tee_local $push3=, $0=, $pop4
37 i64.store s1($pop0), $pop3
38 i32.wrap/i64 $push1=, $0
39 i32.const $push2=, 1
40 call check@FUNCTION, $pop1, $pop2
41 unreachable
42 .endfunc
43 .Lfunc_end1:
44 .size main, .Lfunc_end1-main
45 # -- End function
46 .hidden s2 # @s2
47 .type s2,@object
48 .section .data.s2,"aw",@progbits
49 .globl s2
50 .p2align 3
51 s2:
52 .int32 1 # 0x1
53 .int32 2 # 0x2
54 .size s2, 8
55
56 .hidden s1 # @s1
57 .type s1,@object
58 .section .bss.s1,"aw",@nobits
59 .globl s1
60 .p2align 3
61 s1:
62 .skip 8
63 .size s1, 8
64
65
66 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"
67 .functype exit, void, i32
68 .functype abort, void