[WebAssembly] Don't perform the returned-argument optimization on constants.
[oota-llvm.git] / test / CodeGen / NVPTX / function-align.ll
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
2
3 ; CHECK-NOT: .align 2
4 define ptx_device void @foo() align 2 {
5 ; CHECK-LABEL: .func foo
6   ret void
7 }