r229271 - Remove trailing whitespace to help make test compatible with typeless pointer migration

David Blaikie dblaikie at gmail.com
Sat Feb 14 20:12:18 PST 2015


Author: dblaikie
Date: Sat Feb 14 22:12:17 2015
New Revision: 229271

URL: http://llvm.org/viewvc/llvm-project?rev=229271&view=rev
Log:
Remove trailing whitespace to help make test compatible with typeless pointer migration

Modified:
    cfe/trunk/test/CodeGenObjC/arc-precise-lifetime.m

Modified: cfe/trunk/test/CodeGenObjC/arc-precise-lifetime.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/arc-precise-lifetime.m?rev=229271&r1=229270&r2=229271&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/arc-precise-lifetime.m (original)
+++ cfe/trunk/test/CodeGenObjC/arc-precise-lifetime.m Sat Feb 14 22:12:17 2015
@@ -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





More information about the cfe-commits mailing list