diff options
| author | Adrian Prantl <aprantl@apple.com> | 2014-11-21 00:48:22 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2014-11-21 00:48:22 +0000 |
| commit | ebd1ef82ada90499e39cb6fd4a4b8d07125f5cfc (patch) | |
| tree | 00dbb681c2a6d244e782b4d617eff235e64ab5c5 | |
| parent | a7439d448393c27c49713428fc989ca0f14205c1 (diff) | |
| download | bcm5719-llvm-ebd1ef82ada90499e39cb6fd4a4b8d07125f5cfc.tar.gz bcm5719-llvm-ebd1ef82ada90499e39cb6fd4a4b8d07125f5cfc.zip | |
relax this testcase to not depend on a specific alignment.
llvm-svn: 222490
| -rw-r--r-- | clang/test/CodeGenObjC/debug-info-nested-blocks.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/debug-info-nested-blocks.m b/clang/test/CodeGenObjC/debug-info-nested-blocks.m index 5817b86302c..029348c3c37 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]] |

