[Stackmaps] Enable invoking the patchpoint intrinsic.
[oota-llvm.git] / test / Verifier / invoke.ll
index c2750bb121f2861b363da155e3ae2ec6cd05ed1e..e80cfcf830b131818cf369fb12837c1bb72614d3 100644 (file)
@@ -46,7 +46,7 @@ contb:
 
 define i8 @f2() {
 entry:
-; CHECK: Cannot invoke an intrinsinc other than donothing
+; CHECK: Cannot invoke an intrinsinc other than donothing or patchpoint
   invoke void @llvm.trap()
   to label %cont unwind label %lpad