summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Lebar <jlebar@google.com>2016-12-14 22:32:55 +0000
committerJustin Lebar <jlebar@google.com>2016-12-14 22:32:55 +0000
commite7bbf7fde3f6513ef0311eda82b6f8f37b644fa9 (patch)
tree1b7ff5e1e5d0910453f1efca26a76159b4676ee8
parent19bf9d2b6d9f87eb9726fd7fe7c66d7986333621 (diff)
downloadbcm5719-llvm-e7bbf7fde3f6513ef0311eda82b6f8f37b644fa9.tar.gz
bcm5719-llvm-e7bbf7fde3f6513ef0311eda82b6f8f37b644fa9.zip
Whitespace cleanup in test/CodeGen/NVPTX/annotations.ll.
llvm-svn: 289730
-rw-r--r--llvm/test/CodeGen/NVPTX/annotations.ll4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/NVPTX/annotations.ll b/llvm/test/CodeGen/NVPTX/annotations.ll
index 010b9f537f1..1da8526ca47 100644
--- a/llvm/test/CodeGen/NVPTX/annotations.ll
+++ b/llvm/test/CodeGen/NVPTX/annotations.ll
@@ -1,13 +1,11 @@
; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s
-
@texture = internal addrspace(1) global i64 0, align 8
; CHECK: .global .texref texture
@surface = internal addrspace(1) global i64 0, align 8
; CHECK: .global .surfref surface
-
; CHECK: .entry kernel_func_maxntid
define void @kernel_func_maxntid(float* %a) {
; CHECK: .maxntid 10, 20, 30
@@ -36,8 +34,6 @@ define void @kernel_func_maxnreg() {
ret void
}
-
-
!nvvm.annotations = !{!1, !2, !3, !4, !5, !6, !7, !8, !9, !10}
!1 = !{void (float*)* @kernel_func_maxntid, !"kernel", i32 1}
OpenPOWER on IntegriCloud