[WinEH] Verify consistent funclet unwind exits
[oota-llvm.git] / test / CodeGen / WinEH / wineh-no-demotion.ll
index 4fb84db890930e6a35f159ae7017165f0c3eebbc..0901e27c301d0ecc35042dfe9914666e4b18a228 100644 (file)
@@ -33,7 +33,7 @@ right:
 
 shared:
   %x = call i32 @g()
-  invoke void @f() [ "funclet"(token %0) ]
+  invoke void @f()
           to label %shared.cont unwind label %inner
 
 shared.cont:
@@ -72,7 +72,7 @@ right:
 
 shared:
   %x = call i32 @g()
-  invoke void @f() [ "funclet"(token %0) ]
+  invoke void @f()
           to label %shared.cont unwind label %inner
 
 shared.cont: