aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/NVPTX/function-align.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/NVPTX/function-align.ll')
-rw-r--r--test/CodeGen/NVPTX/function-align.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/NVPTX/function-align.ll b/test/CodeGen/NVPTX/function-align.ll
deleted file mode 100644
index e7abfb128f58..000000000000
--- a/test/CodeGen/NVPTX/function-align.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
-
-; CHECK-NOT: .align 2
-define ptx_device void @foo() align 2 {
-; CHECK-LABEL: .func foo
- ret void
-}