Author: adrian
Date: Fri Mar 29 18:15:55 2013
New Revision: 178383

URL: http://llvm.org/viewvc/llvm-project?rev=178383&view=rev
Log:
generalize testcase

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

Modified: cfe/trunk/test/CodeGenObjC/debug-info-blocks.m
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-blocks.m?rev=178383&r1=178382&r2=178383&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-blocks.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-blocks.m Fri Mar 29 18:15:55 2013
@@ -5,7 +5,7 @@
 // The second half of this patch is in 
llvm/tests/DebugInfo/debug-info-blocks.ll
 
 // CHECK: define {{.*}}_block_invoke
-// CHECK: %[[BLOCK:.*]] = bitcast i8* %.block_descriptor to <{ i8*, i32, i32, 
i8*, %struct.__block_descriptor*, %0* }>*, !dbg !88
+// CHECK: %[[BLOCK:.*]] = bitcast i8* %.block_descriptor to <{ i8*, i32, i32, 
i8*, %struct.__block_descriptor*, %0* }>*, !dbg
 // CHECK-NEXT: store <{ i8*, i32, i32, i8*, %struct.__block_descriptor*, %0* 
}>* %[[BLOCK]], <{ i8*, i32, i32, i8*, %struct.__block_descriptor*, %0* }>** 
%[[ALLOCA:.*]], align
 // CHECK-NEXT: getelementptr inbounds <{ i8*, i32, i32, i8*, 
%struct.__block_descriptor*, %0* }>* %[[BLOCK]], i32 0, i32 5
 // CHECK-NEXT: call void @llvm.dbg.declare(metadata !{<{ i8*, i32, i32, i8*, 
%struct.__block_descriptor*, %0* }>** %[[ALLOCA]]}, metadata ![[SELF:[0-9]+]])


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to