summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-07-17 18:07:26 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-07-17 18:07:26 +0000
commitc8ce7b08bae8f86032dca601399fa1d4194db3d2 (patch)
tree6e43a44c9c77e8e5a6ee99108789a450300f8490 /llvm/include/llvm-c
parent52d436e98b903a46e760e0ca75d6e976cf4ff30a (diff)
downloadbcm5719-llvm-c8ce7b08bae8f86032dca601399fa1d4194db3d2.tar.gz
bcm5719-llvm-c8ce7b08bae8f86032dca601399fa1d4194db3d2.zip
Add support for naked functions
llvm-svn: 76198
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/Core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h
index d723d11111a..ee8058e8cc5 100644
--- a/llvm/include/llvm-c/Core.h
+++ b/llvm/include/llvm-c/Core.h
@@ -98,7 +98,8 @@ typedef enum {
LLVMByValAttribute = 1<<7,
LLVMNestAttribute = 1<<8,
LLVMReadNoneAttribute = 1<<9,
- LLVMReadOnlyAttribute = 1<<10
+ LLVMReadOnlyAttribute = 1<<10,
+ LLVMNakedAttribute = 1<<24
} LLVMAttribute;
typedef enum {
OpenPOWER on IntegriCloud