r229274 - Remove trailing whitespace to make test compatible with typeless pointer migration

David Blaikie dblaikie at gmail.com
Sat Feb 14 20:12:23 PST 2015


Author: dblaikie
Date: Sat Feb 14 22:12:22 2015
New Revision: 229274

URL: http://llvm.org/viewvc/llvm-project?rev=229274&view=rev
Log:
Remove trailing whitespace to make test compatible with typeless pointer migration

Modified:
    cfe/trunk/test/CodeGen/address-space.c

Modified: cfe/trunk/test/CodeGen/address-space.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/address-space.c?rev=229274&r1=229273&r2=229274&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/address-space.c (original)
+++ cfe/trunk/test/CodeGen/address-space.c Sat Feb 14 22:12:22 2015
@@ -20,7 +20,7 @@ __attribute__((address_space(2))) int *A
 
 // CHECK-LABEL: define void @test3()
 // CHECK: load i32 addrspace(2)** @B
-// CHECK: load i32 addrspace(2)* 
+// CHECK: load i32 addrspace(2)*
 // CHECK: load i32 addrspace(2)** @A
 // CHECK: store i32 {{.*}}, i32 addrspace(2)*
 void test3() {





More information about the cfe-commits mailing list