From 2b6ac78e07485dbdf552afc8503dbbac8c6b846a 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. llvm-svn: 107632 --- clang/test/CodeGenCXX/condition.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang/test/CodeGenCXX/condition.cpp b/clang/test/CodeGenCXX/condition.cpp index b1fa9f1c80a3..bbc6d2f73b85 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;