From: John McCall Date: Tue, 6 Jul 2010 02:14:28 +0000 (+0000) Subject: Stop testing for specific basic block numbers in this test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=252cd6a762096e41c324259aaf7de83f2ff10792;p=clang 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 --- 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;