Add a dereferenceable attribute
[oota-llvm.git] / include / llvm-c / Core.h
index 8693a3020aba346c811dca559662d4bf2aa6aacb..fdff77bc5e511abed8a9b9fd65a3cc72ffae1b3d 100644 (file)
@@ -168,6 +168,7 @@ typedef enum {
     LLVMInAllocaAttribute = 1ULL << 36,
     LLVMNonNullAttribute = 1ULL << 37,
     LLVMJumpTableAttribute = 1ULL << 38,
+    LLVMDereferenceableAttribute = 1ULL << 39,
     */
 } LLVMAttribute;