From ebd1ef82ada90499e39cb6fd4a4b8d07125f5cfc Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 21 Nov 2014 00:48:22 +0000 Subject: [PATCH] relax this testcase to not depend on a specific alignment. llvm-svn: 222490 --- clang/test/CodeGenObjC/debug-info-nested-blocks.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGenObjC/debug-info-nested-blocks.m b/clang/test/CodeGenObjC/debug-info-nested-blocks.m index 5817b86..029348c 100644 --- a/clang/test/CodeGenObjC/debug-info-nested-blocks.m +++ b/clang/test/CodeGenObjC/debug-info-nested-blocks.m @@ -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]] -- 2.7.4