]> git.proxmox.com Git - rustc.git/blame - src/binaryen/test/torture-s/990923-1.c.s
New upstream version 1.25.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / 990923-1.c.s
CommitLineData
abe05a73
XL
1 .text
2 .file "990923-1.c"
3 .section .text.foo,"ax",@progbits
4 .hidden foo # -- Begin function foo
5 .globl foo
6 .type foo,@function
7foo: # @foo
8 .param i32
9 .result i32
10# BB#0: # %entry
11 i32.const $push0=, 65535
12 i32.and $push1=, $0, $pop0
13 i32.const $push6=, 1
14 i32.const $push2=, -65536
15 i32.and $push3=, $0, $pop2
16 i32.const $push4=, -1412628480
17 i32.eq $push5=, $pop3, $pop4
18 i32.select $push7=, $pop1, $pop6, $pop5
19 # fallthrough-return: $pop7
20 .endfunc
21.Lfunc_end0:
22 .size foo, .Lfunc_end0-foo
23 # -- End function
24 .section .text.main,"ax",@progbits
25 .hidden main # -- Begin function main
26 .globl main
27 .type main,@function
28main: # @main
29 .result i32
30# BB#0: # %if.end
31 i32.const $push0=, 0
32 call exit@FUNCTION, $pop0
33 unreachable
34 .endfunc
35.Lfunc_end1:
36 .size main, .Lfunc_end1-main
37 # -- End function
38
39 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"
40 .functype exit, void, i32