From 6f6634f4016280160372b0760a0de5bd4e68f941 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Sun, 15 Feb 2015 04:12:17 +0000 Subject: [PATCH] Remove trailing whitespace to help make test compatible with typeless pointer migration git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229271 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/arc-precise-lifetime.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenObjC/arc-precise-lifetime.m b/test/CodeGenObjC/arc-precise-lifetime.m index ddbd7041cf..dede949090 100644 --- a/test/CodeGenObjC/arc-precise-lifetime.m +++ b/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 -- 2.40.0