Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / wasm / Inputs / call-ret32.s
bloba49b82519a9c2c3853d942fd54d28592266a24d2
1 .functype ret32 (f32) -> (i32)
3 .globl call_ret32
4 call_ret32:
5 .functype call_ret32 () -> (i32)
6 f32.const 0x0p0
7 call ret32
8 drop
9 i32.const ret32_address
10 end_function
12 .section .data.ret32_address,"",@
13 .globl ret32_address
14 ret32_address:
15 .int32 ret32
16 .size ret32_address, 4