diff options
author | John McCall <rjmccall@apple.com> | 2010-07-06 02:14:28 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-07-06 02:14:28 +0000 |
commit | 2b6ac78e07485dbdf552afc8503dbbac8c6b846a (patch) | |
tree | 515843a3de8f0180bfc88f93a1a0c971cc9386f0 | |
parent | bd30929e4d5b25dab42d87018fde4b25c8704af2 (diff) | |
download | bcm5719-llvm-2b6ac78e07485dbdf552afc8503dbbac8c6b846a.tar.gz bcm5719-llvm-2b6ac78e07485dbdf552afc8503dbbac8c6b846a.zip |
Stop testing for specific basic block numbers in this test.
llvm-svn: 107632
-rw-r--r-- | clang/test/CodeGenCXX/condition.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/condition.cpp b/clang/test/CodeGenCXX/condition.cpp index b1fa9f1c80a..bbc6d2f73b8 100644 --- a/clang/test/CodeGenCXX/condition.cpp +++ b/clang/test/CodeGenCXX/condition.cpp @@ -72,12 +72,10 @@ void switch_destruct(int z) { break; default: - // CHECK: {{sw.default:|:5}} // CHECK: store i32 19 z = 19; break; } - // CHECK: {{sw.epilog:|:6}} // CHECK: call void @_ZN16ConvertibleToIntD1Ev // CHECK: store i32 20 z = 20; |