From e7bbf7fde3f6513ef0311eda82b6f8f37b644fa9 Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Wed, 14 Dec 2016 22:32:55 +0000 Subject: [PATCH] Whitespace cleanup in test/CodeGen/NVPTX/annotations.ll. llvm-svn: 289730 --- llvm/test/CodeGen/NVPTX/annotations.ll | 4 ---- 1 file changed, 4 deletions(-) diff --git a/llvm/test/CodeGen/NVPTX/annotations.ll b/llvm/test/CodeGen/NVPTX/annotations.ll index 010b9f5..1da8526 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} -- 2.7.4