]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/20030821-1.c.s
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / 20030821-1.c.s
1 .text
2 .file "20030821-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 block
12 i32.const $push0=, -2130706433
13 i32.and $push1=, $0, $pop0
14 i32.const $push2=, -2147418114
15 i32.ne $push3=, $pop1, $pop2
16 br_if 0, $pop3 # 0: down to label0
17 # BB#1: # %if.end
18 i32.const $push4=, 0
19 return $pop4
20 .LBB0_2: # %if.then
21 end_block # label0:
22 call abort@FUNCTION
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 # fallthrough-return: $pop0
37 .endfunc
38 .Lfunc_end1:
39 .size main, .Lfunc_end1-main
40 # -- End function
41
42 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"
43 .functype abort, void