]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/pr21964-1.c.s
New upstream version 1.25.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / pr21964-1.c.s
1 .text
2 .file "pr21964-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, i32
9 # BB#0: # %entry
10 block
11 i32.eqz $push1=, $1
12 br_if 0, $pop1 # 0: down to label0
13 # BB#1: # %entry
14 i32.eqz $push2=, $0
15 br_if 0, $pop2 # 0: down to label0
16 # BB#2: # %if.then2.split
17 call abort@FUNCTION
18 unreachable
19 .LBB0_3: # %if.then
20 end_block # label0:
21 i32.const $push0=, 0
22 call exit@FUNCTION, $pop0
23 unreachable
24 .endfunc
25 .Lfunc_end0:
26 .size foo, .Lfunc_end0-foo
27 # -- End function
28 .section .text.main,"ax",@progbits
29 .hidden main # -- Begin function main
30 .globl main
31 .type main,@function
32 main: # @main
33 .result i32
34 # BB#0: # %entry
35 i32.const $push0=, 0
36 call exit@FUNCTION, $pop0
37 unreachable
38 .endfunc
39 .Lfunc_end1:
40 .size main, .Lfunc_end1-main
41 # -- End function
42
43 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"
44 .functype exit, void, i32
45 .functype abort, void