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