Stop testing for specific basic block numbers in this test.

llvm-svn: 107632
This commit is contained in:
John McCall 2010-07-06 02:14:28 +00:00
parent bd30929e4d
commit 2b6ac78e07
1 changed files with 0 additions and 2 deletions

View File

@ -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;