]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/pure-1.c.s
New upstream version 1.25.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / pure-1.c.s
1 .text
2 .file "pure-1.c"
3 .section .text.main,"ax",@progbits
4 .hidden main # -- Begin function main
5 .globl main
6 .type main,@function
7 main: # @main
8 .result i32
9 # BB#0: # %entry
10 i32.const $push0=, 0
11 # fallthrough-return: $pop0
12 .endfunc
13 .Lfunc_end0:
14 .size main, .Lfunc_end0-main
15 # -- End function
16 .section .text.func0,"ax",@progbits
17 .hidden func0 # -- Begin function func0
18 .globl func0
19 .type func0,@function
20 func0: # @func0
21 .param i32
22 .result i32
23 # BB#0: # %entry
24 i32.const $push0=, 0
25 i32.load $push1=, i($pop0)
26 i32.sub $push2=, $0, $pop1
27 # fallthrough-return: $pop2
28 .endfunc
29 .Lfunc_end1:
30 .size func0, .Lfunc_end1-func0
31 # -- End function
32 .section .text.func1,"ax",@progbits
33 .hidden func1 # -- Begin function func1
34 .globl func1
35 .type func1,@function
36 func1: # @func1
37 .param i32
38 .result i32
39 # BB#0: # %entry
40 i32.const $push0=, 0
41 # fallthrough-return: $pop0
42 .endfunc
43 .Lfunc_end2:
44 .size func1, .Lfunc_end2-func1
45 # -- End function
46 .hidden i # @i
47 .type i,@object
48 .section .data.i,"aw",@progbits
49 .globl i
50 .p2align 2
51 i:
52 .int32 2 # 0x2
53 .size i, 4
54
55
56 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"