]> granicus.if.org Git - clang/commitdiff
Remove trailing whitespace to make test compatible with typeless pointer migration
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 15 Feb 2015 04:12:22 +0000 (04:12 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 15 Feb 2015 04:12:22 +0000 (04:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229274 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/address-space.c

index 9af91ff70875282a1c6e10235ef2825cbec16883..110406ecf226f88076ac71dc104e15d700fbe1ad 100644 (file)
@@ -20,7 +20,7 @@ __attribute__((address_space(2))) int *A, *B;
 
 // 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() {