aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm-c')
-rw-r--r--include/llvm-c/Core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h
index de60f77ddb..d5883dc8bb 100644
--- a/include/llvm-c/Core.h
+++ b/include/llvm-c/Core.h
@@ -119,7 +119,7 @@ typedef enum {
LLVMReturnsTwice = 1 << 29,
LLVMUWTable = 1 << 30,
LLVMNonLazyBind = 1U << 31,
- LLVMAddressSafety = 1ULL << 32,
+ LLVMAddressSafety = 1ULL << 32
} LLVMAttribute;
typedef enum {