From: Manman Ren Date: Sat, 5 Jan 2013 00:01:42 +0000 (+0000) Subject: Fix testing case for Release build (r171493) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df0be6d03beffabd3449216f036db65cae60c2ad;p=clang Fix testing case for Release build (r171493) rdar://11562117 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171564 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/debug-info-block-line.m b/test/CodeGenObjC/debug-info-block-line.m index f050bb7da6..1e02e5876f 100644 --- a/test/CodeGenObjC/debug-info-block-line.m +++ b/test/CodeGenObjC/debug-info-block-line.m @@ -62,11 +62,12 @@ typedef enum : NSUInteger { 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];