blob: d2e6ff306ba197415dab3246a4ac486dac34b101 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
.text
.file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/memory-addr32.ll"
.globl current_memory
.type current_memory,@function
current_memory:
.result i32
current_memory $push0=
return $pop0
.endfunc
.Lfunc_end0:
.size current_memory, .Lfunc_end0-current_memory
.globl grow_memory
.type grow_memory,@function
grow_memory:
.param i32
grow_memory $0
return
.endfunc
.Lfunc_end1:
.size grow_memory, .Lfunc_end1-grow_memory
|