summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/condition.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-07-06 02:14:28 +0000
committerJohn McCall <rjmccall@apple.com>2010-07-06 02:14:28 +0000
commit252cd6a762096e41c324259aaf7de83f2ff10792 (patch)
tree2f4bf062224f6602a11118628c55135c9a29b8b7 /test/CodeGenCXX/condition.cpp
parentf1549f66a8216a78112286e3978cea2c29d6334c (diff)
Stop testing for specific basic block numbers in this test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107632 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/condition.cpp')
-rw-r--r--test/CodeGenCXX/condition.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGenCXX/condition.cpp b/test/CodeGenCXX/condition.cpp
index b1fa9f1c80..bbc6d2f73b 100644
--- a/test/CodeGenCXX/condition.cpp
+++ b/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;