[cfe-commits] r171564 - /cfe/trunk/test/CodeGenObjC/debug-info-block-line.m

Manman Ren mren at apple.com
Fri Jan 4 16:01:42 PST 2013


Author: mren
Date: Fri Jan  4 18:01:42 2013
New Revision: 171564

URL: http://llvm.org/viewvc/llvm-project?rev=171564&view=rev
Log:
Fix testing case for Release build (r171493)

rdar://11562117

Modified:
    cfe/trunk/test/CodeGenObjC/debug-info-block-line.m

Modified: cfe/trunk/test/CodeGenObjC/debug-info-block-line.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-block-line.m?rev=171564&r1=171563&r2=171564&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-block-line.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-block-line.m Fri Jan  4 18:01:42 2013
@@ -62,11 +62,12 @@
     TMap       *map = [TMap mapForID:mapID];
 // Make sure we do not map code generated for the block to the above line.
 // CHECK: define internal void @"__39-[TServer serverConnection:getCommand:]_block_invoke"
-// CHECK: if.end:
+// CHECK: bitcast %5** [[TMP:%.*]] to i8**
 // CHECK: call void @objc_storeStrong(i8** [[VAL1:%.*]], i8* null) nounwind, !dbg ![[MD1:.*]]
+// CHECK: bitcast %4** [[TMP:%.*]] to i8**
 // CHECK: call void @objc_storeStrong(i8** [[VAL2:%.*]], i8* null) nounwind, !dbg ![[MD1]]
 // CHECK-NEXT: ret
-// CHECK: ![[MD1]] = metadata !{i32 83
+// CHECK: ![[MD1]] = metadata !{i32 84
     [map dataWithCompletionBlock:^(NSData *data, NSError *error) {
         if (data) {
             NSString    *encoded = [[data compressedData] encodedString:18];





More information about the cfe-commits mailing list