[WebAssembly] Don't perform the returned-argument optimization on constants.
[oota-llvm.git] / test / CodeGen / NVPTX / tuple-literal.ll
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20
2
3 define ptx_device void @test_function({i8, i8}*) {
4   ret void
5 }