1; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
2; RUN: %if ptxas %{ llc < %s -march=nvptx -mcpu=sm_20 | %ptxas-verify %}
3
4; CHECK-NOT: .align 2
5define ptx_device void @foo() align 2 {
6; CHECK-LABEL: .func foo
7  ret void
8}
9