1; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_20 | FileCheck %s 2; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64 -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