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