diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-02-15 04:12:17 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-02-15 04:12:17 +0000 |
commit | 3a2f734b4ca1ace8d9389f8c9ba5d753280cec57 (patch) | |
tree | 5dccafa99e48d281c9d85e21b206bc69e7cbb0bb /clang/test | |
parent | 4e0ccd1a48f10bc1c25f8a5e31bca7341ea7fbea (diff) | |
download | bcm5719-llvm-3a2f734b4ca1ace8d9389f8c9ba5d753280cec57.tar.gz bcm5719-llvm-3a2f734b4ca1ace8d9389f8c9ba5d753280cec57.zip |
Remove trailing whitespace to help make test compatible with typeless pointer migration
llvm-svn: 229271
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/CodeGenObjC/arc-precise-lifetime.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/arc-precise-lifetime.m b/clang/test/CodeGenObjC/arc-precise-lifetime.m index ddbd7041cfd..dede9490904 100644 --- a/clang/test/CodeGenObjC/arc-precise-lifetime.m +++ b/clang/test/CodeGenObjC/arc-precise-lifetime.m @@ -110,7 +110,7 @@ void test1d(void) { // CHECK-NEXT: [[EIGHT:%.*]] = bitcast [[TEST1]]* [[SIX]] to i8* // CHECK-NEXT: [[CALL1:%.*]] = call i8* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i8* (i8*, i8*)*)(i8* [[EIGHT]], i8* [[SEVEN]]) // CHECK-NEXT: store i8* [[CALL1]], i8** - // CHECK-NEXT: [[NINE:%.*]] = load [[TEST1]]** + // CHECK-NEXT: [[NINE:%.*]] = load [[TEST1]]** // CHECK-NEXT: [[TEN:%.*]] = bitcast [[TEST1]]* [[NINE]] to i8* // CHECK-NEXT: call void @objc_release(i8* [[TEN]]) // CHECK-NEXT: ret void |