[llvm] r289730 - Whitespace cleanup in test/CodeGen/NVPTX/annotations.ll.

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 14:32:55 PST 2016


Author: jlebar
Date: Wed Dec 14 16:32:55 2016
New Revision: 289730

URL: http://llvm.org/viewvc/llvm-project?rev=289730&view=rev
Log:
Whitespace cleanup in test/CodeGen/NVPTX/annotations.ll.

Modified:
    llvm/trunk/test/CodeGen/NVPTX/annotations.ll

Modified: llvm/trunk/test/CodeGen/NVPTX/annotations.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/NVPTX/annotations.ll?rev=289730&r1=289729&r2=289730&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/NVPTX/annotations.ll (original)
+++ llvm/trunk/test/CodeGen/NVPTX/annotations.ll Wed Dec 14 16:32:55 2016
@@ -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}




More information about the llvm-commits mailing list