[WinEH] Use operand bundles to describe call sites
[oota-llvm.git] / test / CodeGen / X86 / cleanuppad-large-codemodel.ll
index e32cdbed73fb2dcbaa9d97ff987a2915e9e41010..8ffb97d8dd68717e146ca9b352c67c929f64d744 100644 (file)
@@ -10,7 +10,7 @@ entry:
     to label %exit unwind label %cleanup
 cleanup:
   %c = cleanuppad within none []
-  call void @bar()
+  call void @bar() [ "funclet"(token %c) ]
   cleanupret from %c unwind to caller
 exit:
   ret void