[WinEH] Verify consistent funclet unwind exits
[oota-llvm.git] / test / CodeGen / WinEH / wineh-statenumbering.ll
index dab7fde61a6676d70656a11974dd8c9c7689e290..4e7c36943a01646490c1684f8b61e314e90937fd 100644 (file)
@@ -44,7 +44,7 @@ catch:                                            ; preds = %catch.dispatch
   ; CHECK: catch:
   ; CHECK:   store i32 2
   ; CHECK:   invoke void @_CxxThrowException(
-  invoke void @_CxxThrowException(i8* null, %eh.ThrowInfo* null) #1
+  invoke void @_CxxThrowException(i8* null, %eh.ThrowInfo* null) [ "funclet"(token %1) ]
           to label %unreachable unwind label %catch.dispatch.1
 
 catch.dispatch.1:                                 ; preds = %catch