From: David Blaikie Date: Sun, 15 Feb 2015 04:12:22 +0000 (+0000) Subject: Remove trailing whitespace to make test compatible with typeless pointer migration X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da830f6b6d4f49acb250e79ab854f05d6eefec69;p=clang Remove trailing whitespace to make test compatible with typeless pointer migration git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229274 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/address-space.c b/test/CodeGen/address-space.c index 9af91ff708..110406ecf2 100644 --- a/test/CodeGen/address-space.c +++ b/test/CodeGen/address-space.c @@ -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() {