[WinEH] Use operand bundles to describe call sites
[oota-llvm.git] / include / llvm / IR / LLVMContext.h
index c00e3052b592d4033bcc61642b20e6cd773a5c68..e99f02420efc78e6067a8b4115cca17047524540 100644 (file)
@@ -72,7 +72,8 @@ public:
   /// Additionally, this scheme allows LLVM to efficiently check for specific
   /// operand bundle tags without comparing strings.
   enum {
-    OB_deopt = 0,  // "deopt"
+    OB_deopt = 0,   // "deopt"
+    OB_funclet = 1, // "funclet"
   };
 
   /// getMDKindID - Return a unique non-zero ID for the specified metadata kind.