forked from WebAssembly/binaryen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path20000717-3.c.s
More file actions
61 lines (59 loc) · 1.78 KB
/
Copy path20000717-3.c.s
File metadata and controls
61 lines (59 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.text
.file "20000717-3.c"
.section .text.foo,"ax",@progbits
.hidden foo # -- Begin function foo
.globl foo
.type foo,@function
foo: # @foo
.param i32
.result i32
.local i32
# BB#0: # %entry
i32.const $push3=, 0
i32.load $1=, c($pop3)
i32.load $push0=, 0($0)
i32.const $push1=, -10
i32.add $push2=, $pop0, $pop1
i32.store 0($0), $pop2
copy_local $push4=, $1
# fallthrough-return: $pop4
.endfunc
.Lfunc_end0:
.size foo, .Lfunc_end0-foo
# -- End function
.section .text.main,"ax",@progbits
.hidden main # -- Begin function main
.globl main
.type main,@function
main: # @main
.result i32
# BB#0: # %entry
block
i32.const $push3=, 0
i32.load $push0=, c($pop3)
i32.const $push1=, -1
i32.ne $push2=, $pop0, $pop1
br_if 0, $pop2 # 0: down to label0
# BB#1: # %if.end
i32.const $push4=, 0
call exit@FUNCTION, $pop4
unreachable
.LBB1_2: # %if.then
end_block # label0:
call abort@FUNCTION
unreachable
.endfunc
.Lfunc_end1:
.size main, .Lfunc_end1-main
# -- End function
.hidden c # @c
.type c,@object
.section .data.c,"aw",@progbits
.globl c
.p2align 2
c:
.int32 4294967295 # 0xffffffff
.size c, 4
.ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"
.functype abort, void
.functype exit, void, i32