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

test/CodeGenObjC/arc-precise-lifetime.m

index ddbd7041cfd2622fa6eac651dc914496384f9058..dede949090421e3f688bb7dbbc81804ace2d958a 100644 (file)
@@ -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