[WinEH] Use operand bundles to describe call sites
[oota-llvm.git] / test / CodeGen / X86 / seh-finally.ll
index 67bce81a66ad31d8bee9cec79c38285df70a37ed..8405d200776d74bfc693c98e23693b13c0b4ab2a 100644 (file)
@@ -18,7 +18,7 @@ invoke.cont:                                      ; preds = %entry
 
 lpad:                                             ; preds = %entry
   %p = cleanuppad within none []
-  %call2 = call i32 @puts(i8* getelementptr inbounds ([10 x i8], [10 x i8]* @str_recovered, i64 0, i64 0))
+  %call2 = call i32 @puts(i8* getelementptr inbounds ([10 x i8], [10 x i8]* @str_recovered, i64 0, i64 0)) [ "funclet"(token %p) ]
   cleanupret from %p unwind to caller
 }