blob: 7a8ca3e8e36c378bb92c39374acfe97dc963ba3a (
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/llvm/test/CodeGen/WebAssembly/memory-addr64.ll"
.globl memory_size
.type memory_size,@function
memory_size:
.result i64
memory_size $push0=
return $pop0
.endfunc
.Lfunc_end0:
.size memory_size, .Lfunc_end0-memory_size
.globl grow_memory
.type grow_memory,@function
grow_memory:
.param i64
grow_memory $0
return
.endfunc
.Lfunc_end1:
.size grow_memory, .Lfunc_end1-grow_memory
|