diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-02-15 04:12:22 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-02-15 04:12:22 +0000 |
commit | 3e7149d2ec67c532597ea53a95bae474d9bf7d50 (patch) | |
tree | 5c3f5ad17ca87de6f66512b38d0b83ac6ac5af74 /clang/test | |
parent | e257034bf0554d5f1400d12fa969d7eed8e76715 (diff) | |
download | bcm5719-llvm-3e7149d2ec67c532597ea53a95bae474d9bf7d50.tar.gz bcm5719-llvm-3e7149d2ec67c532597ea53a95bae474d9bf7d50.zip |
Remove trailing whitespace to make test compatible with typeless pointer migration
llvm-svn: 229274
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/CodeGen/address-space.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/address-space.c b/clang/test/CodeGen/address-space.c index 9af91ff7087..110406ecf22 100644 --- a/clang/test/CodeGen/address-space.c +++ b/clang/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() { |