]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/980604-1.c.s
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / 980604-1.c.s
1 .text
2 .file "980604-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 block
11 i32.const $push4=, c
12 i32.const $push3=, d
13 i32.const $push8=, 0
14 i32.load $push1=, a($pop8)
15 i32.const $push7=, 0
16 i32.load $push0=, b($pop7)
17 i32.lt_s $push2=, $pop1, $pop0
18 i32.select $push5=, $pop4, $pop3, $pop2
19 i32.load $push6=, 0($pop5)
20 br_if 0, $pop6 # 0: down to label0
21 # BB#1: # %if.end
22 i32.const $push9=, 0
23 call exit@FUNCTION, $pop9
24 unreachable
25 .LBB0_2: # %if.then
26 end_block # label0:
27 call abort@FUNCTION
28 unreachable
29 .endfunc
30 .Lfunc_end0:
31 .size main, .Lfunc_end0-main
32 # -- End function
33 .hidden a # @a
34 .type a,@object
35 .section .data.a,"aw",@progbits
36 .globl a
37 .p2align 2
38 a:
39 .int32 1 # 0x1
40 .size a, 4
41
42 .hidden b # @b
43 .type b,@object
44 .section .data.b,"aw",@progbits
45 .globl b
46 .p2align 2
47 b:
48 .int32 4294967295 # 0xffffffff
49 .size b, 4
50
51 .hidden c # @c
52 .type c,@object
53 .section .data.c,"aw",@progbits
54 .globl c
55 .p2align 2
56 c:
57 .int32 1 # 0x1
58 .size c, 4
59
60 .hidden d # @d
61 .type d,@object
62 .section .bss.d,"aw",@nobits
63 .globl d
64 .p2align 2
65 d:
66 .int32 0 # 0x0
67 .size d, 4
68
69
70 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"
71 .functype abort, void
72 .functype exit, void, i32