From 252cd6a762096e41c324259aaf7de83f2ff10792 Mon Sep 17 00:00:00 2001 From: John McCall Date: Tue, 6 Jul 2010 02:14:28 +0000 Subject: [PATCH] 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 --- test/CodeGenCXX/condition.cpp | 2 -- 1 file changed, 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; -- 2.40.0