summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-01-20 18:08:30 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-01-20 18:08:30 +0000
commite2456055efddb14d96c5d5ec341f8c403f4b1a5a (patch)
tree1ccba003fed6548d0897fee8a5d933683d25ecb4 /llvm/include/llvm-c
parentca95aa03f930624b9a6852f962e66f7f0b2fee5c (diff)
downloadbcm5719-llvm-e2456055efddb14d96c5d5ec341f8c403f4b1a5a.tar.gz
bcm5719-llvm-e2456055efddb14d96c5d5ec341f8c403f4b1a5a.zip
Don't use my favorite C++11 feature (comma at end of enum).
llvm-svn: 148555
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/Core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h
index de60f77ddbd..d5883dc8bb3 100644
--- a/llvm/include/llvm-c/Core.h
+++ b/llvm/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 {
OpenPOWER on IntegriCloud