diff options
author | Adrian Prantl <aprantl@apple.com> | 2014-04-29 02:27:33 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2014-04-29 02:27:33 +0000 |
commit | c4405c87c61d485b9373e6ca010446fe3d024cd5 (patch) | |
tree | 7a6c120e4787fe80b3d82a9e692e716038cc8458 /clang/test | |
parent | dfbe47650efa275b1bf93c802fe7768d916a452c (diff) | |
download | bcm5719-llvm-c4405c87c61d485b9373e6ca010446fe3d024cd5.tar.gz bcm5719-llvm-c4405c87c61d485b9373e6ca010446fe3d024cd5.zip |
Make test independent of label. Thanks to Richard Smith for catching this!
llvm-svn: 207489
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/CodeGenObjC/arc-linetable.m | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/clang/test/CodeGenObjC/arc-linetable.m b/clang/test/CodeGenObjC/arc-linetable.m index 553803d462e..2d56ab3dfb5 100644 --- a/clang/test/CodeGenObjC/arc-linetable.m +++ b/clang/test/CodeGenObjC/arc-linetable.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm -fblocks -fobjc-arc -g -triple x86_64-apple-darwin10 %s -o - | opt -instnamer -S | FileCheck %s +// RUN: %clang_cc1 -emit-llvm -fblocks -fobjc-arc -g -triple x86_64-apple-darwin10 %s -o - | FileCheck %s // Legend: EXP = Return expression, RET = ret instruction @@ -34,9 +34,7 @@ // CHECK: define {{.*}}testCleanupVoid // CHECK: icmp ne {{.*}}!dbg ![[SKIP1:[0-9]+]] -// CHECK-NEXT: br {{.*}}, label %[[CLEANUP:.*]], label -// CHECK: [[CLEANUP]]: -// CHECK-NEXT: !dbg ![[RET8:[0-9]+]] +// CHECK: store i32 0, i32* {{.*}}, !dbg ![[RET8:[0-9]+]] // CHECK: @objc_storeStrong{{.*}}, !dbg ![[ARC8:[0-9]+]] // CHECK: ret {{.*}} !dbg ![[RET8]] |