Add initial support for the convergent attribute.
[oota-llvm.git] / include / llvm / Bitcode / LLVMBitCodes.h
index fe6d3662954dfda50e039d761bbf9caebff136e7..3a6b5c704d19429985b8eea521b7e185d9027414 100644 (file)
@@ -402,7 +402,8 @@ namespace bitc {
     ATTR_KIND_NON_NULL = 39,
     ATTR_KIND_JUMP_TABLE = 40,
     ATTR_KIND_DEREFERENCEABLE = 41,
-    ATTR_KIND_DEREFERENCEABLE_OR_NULL = 42
+    ATTR_KIND_DEREFERENCEABLE_OR_NULL = 42,
+    ATTR_KIND_CONVERGENT = 43
   };
 
   enum ComdatSelectionKindCodes {