From 9155f13c78084c11391b353e5aed5285f2cc4090 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222490 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/debug-info-nested-blocks.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenObjC/debug-info-nested-blocks.m b/test/CodeGenObjC/debug-info-nested-blocks.m index 5817b86302..029348c3c3 100644 --- a/test/CodeGenObjC/debug-info-nested-blocks.m +++ b/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.40.0