]> granicus.if.org Git - clang/commitdiff
Stop testing for specific basic block numbers in this test.
authorJohn McCall <rjmccall@apple.com>
Tue, 6 Jul 2010 02:14:28 +0000 (02:14 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 6 Jul 2010 02:14:28 +0000 (02:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107632 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/condition.cpp

index b1fa9f1c80a3cfe250fa1efac4bef7a3bd089b14..bbc6d2f73b855a58d927f6a26f38a747d22118d4 100644 (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;