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