X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm-c%2FCore.h;h=fdff77bc5e511abed8a9b9fd65a3cc72ffae1b3d;hp=8693a3020aba346c811dca559662d4bf2aa6aacb;hb=11af4b49b2d816a17cd12e2d071ad8bae4aac351;hpb=a4d0ff9cd1fb3fe4c3a58d0747dc523f7d9e9e3f diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index 8693a3020ab..fdff77bc5e5 100644 --- a/include/llvm-c/Core.h +++ b/include/llvm-c/Core.h @@ -168,6 +168,7 @@ typedef enum { LLVMInAllocaAttribute = 1ULL << 36, LLVMNonNullAttribute = 1ULL << 37, LLVMJumpTableAttribute = 1ULL << 38, + LLVMDereferenceableAttribute = 1ULL << 39, */ } LLVMAttribute;