]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/20020127-1.c.s
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / 20020127-1.c.s
1 .text
2 .file "20020127-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 .param i32
9 .result i32
10 # BB#0: # %entry
11 i32.const $push0=, 3
12 i32.shr_u $push1=, $0, $pop0
13 i32.const $push2=, -1
14 i32.xor $push3=, $pop1, $pop2
15 i32.const $push4=, 1
16 i32.and $push5=, $pop3, $pop4
17 # fallthrough-return: $pop5
18 .endfunc
19 .Lfunc_end0:
20 .size foo, .Lfunc_end0-foo
21 # -- End function
22 .section .text.main,"ax",@progbits
23 .hidden main # -- Begin function main
24 .globl main
25 .type main,@function
26 main: # @main
27 .result i32
28 # BB#0: # %if.end4
29 i32.const $push0=, 0
30 call exit@FUNCTION, $pop0
31 unreachable
32 .endfunc
33 .Lfunc_end1:
34 .size main, .Lfunc_end1-main
35 # -- End function
36
37 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"
38 .functype exit, void, i32