[WinEH] Verify unwind edges against EH pad tree
[oota-llvm.git] / test / Bitcode / compatibility.ll
index 34c4a073b549f27f9db254afae6cdd58af9fc06a..ae12a24ede4b7289ee7bc55263fec70d3b488793 100644 (file)
@@ -885,7 +885,8 @@ catchpad:
   ; CHECK-NEXT: br label %body
 
 body:
-  invoke void @f.ccc() to label %continue unwind label %terminate.inner
+  invoke void @f.ccc() [ "funclet"(token %catch) ]
+    to label %continue unwind label %terminate.inner
   catchret from %catch to label %return
   ; CHECK: catchret from %catch to label %return