Add function attribute 'optnone'.
[oota-llvm.git] / include / llvm-c / Core.h
index a7d17b7b83867e9b25db37585460f96bfb4421f4..57834c52928f94681bec3ceeb2417cb442a6011e 100644 (file)
@@ -165,8 +165,9 @@ typedef enum {
        a temporary measure until the API/ABI impact to the C API is understood
        and the path forward agreed upon.
     LLVMAddressSafety = 1ULL << 32,
-    LLVMStackProtectStrongAttribute = 1ULL<<33
-    LLVMCold = 1ULL << 34
+    LLVMStackProtectStrongAttribute = 1ULL<<33,
+    LLVMCold = 1ULL << 34,
+    LLVMOptimizeNone = 1ULL << 35
     */
 } LLVMAttribute;