r222490 - relax this testcase to not depend on a specific alignment.

Adrian Prantl aprantl at apple.com
Thu Nov 20 16:48:22 PST 2014


Author: adrian
Date: Thu Nov 20 18:48:22 2014
New Revision: 222490

URL: http://llvm.org/viewvc/llvm-project?rev=222490&view=rev
Log:
relax this testcase to not depend on a specific alignment.

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

Modified: cfe/trunk/test/CodeGenObjC/debug-info-nested-blocks.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-nested-blocks.m?rev=222490&r1=222489&r2=222490&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-nested-blocks.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-nested-blocks.m Thu Nov 20 18:48:22 2014
@@ -22,5 +22,5 @@ void bar(void) {
 // innermost block.
 //
 // CHECK: define {{.*}}void @__bar_block_invoke_3(i8* %.block_descriptor)
-// CHECK: %[[BLOCKADDR:.*]] = alloca <{{.*}}>*, align 8
+// CHECK: %[[BLOCKADDR:.*]] = alloca <{{.*}}>*, align
 // CHECK: call void @llvm.dbg.declare(metadata !{{.*}}%[[BLOCKADDR]]





More information about the cfe-commits mailing list