]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/pr34070-2.c.s
New upstream version 1.25.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / pr34070-2.c.s
1 .text
2 .file "pr34070-2.c"
3 .section .text.f,"ax",@progbits
4 .hidden f # -- Begin function f
5 .globl f
6 .type f,@function
7 f: # @f
8 .param i32, i32
9 .result i32
10 # BB#0: # %entry
11 i32.const $push0=, 1
12 i32.shl $push1=, $pop0, $1
13 i32.div_s $push2=, $0, $pop1
14 # fallthrough-return: $pop2
15 .endfunc
16 .Lfunc_end0:
17 .size f, .Lfunc_end0-f
18 # -- End function
19 .section .text.main,"ax",@progbits
20 .hidden main # -- Begin function main
21 .globl main
22 .type main,@function
23 main: # @main
24 .result i32
25 # BB#0: # %if.end
26 i32.const $push0=, 0
27 # fallthrough-return: $pop0
28 .endfunc
29 .Lfunc_end1:
30 .size main, .Lfunc_end1-main
31 # -- End function
32
33 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"