[WebAssembly] Don't perform the returned-argument optimization on constants.
[oota-llvm.git] / test / CodeGen / ARM / ret_void.ll
1 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
2
3 define void @test() {
4         ret void
5 }
6