summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-01-15 21:36:30 +0000
committerEric Christopher <echristo@apple.com>2010-01-15 21:36:30 +0000
commit8444d7536c9f0f1b3a513e5efbbef9529c39ce23 (patch)
tree99da6426a5da9b1f9d03fe229044bae65543768a /llvm/include/llvm-c
parent7fe6e9c2f1d1eb41a9887adcadedc2a06d1b1fbe (diff)
downloadbcm5719-llvm-8444d7536c9f0f1b3a513e5efbbef9529c39ce23.tar.gz
bcm5719-llvm-8444d7536c9f0f1b3a513e5efbbef9529c39ce23.zip
Remove the InlineHint attribute. There are no current or planned
users. llvm-svn: 93558
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/Core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h
index 687920549c1..7824729f311 100644
--- a/llvm/include/llvm-c/Core.h
+++ b/llvm/include/llvm-c/Core.h
@@ -117,8 +117,7 @@ typedef enum {
LLVMNoCaptureAttribute = 1<<21,
LLVMNoRedZoneAttribute = 1<<22,
LLVMNoImplicitFloatAttribute = 1<<23,
- LLVMNakedAttribute = 1<<24,
- LLVMInlineHintAttribute = 1<<25
+ LLVMNakedAttribute = 1<<24
} LLVMAttribute;
typedef enum {
OpenPOWER on IntegriCloud