summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-11-04 17:07:11 +0000
committerChad Rosier <mcrosier@apple.com>2011-11-04 17:07:11 +0000
commite502a88b504a582b3bdbdb864bbc94a31c28cf00 (patch)
tree4ad447219b00b60f4b6e81a37ed100eb346cd4a5 /llvm/include/llvm-c
parentf1faeefb3262bd73de20e11bf44fadba2ff45460 (diff)
downloadbcm5719-llvm-e502a88b504a582b3bdbdb864bbc94a31c28cf00.tar.gz
bcm5719-llvm-e502a88b504a582b3bdbdb864bbc94a31c28cf00.zip
Remove declarations for functions that don't exist (and never have).
Patch by Anders Waldenborg <anders@0x63.nu>. llvm-svn: 143705
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/Core.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h
index d23b91c4e0d..3ffaddd990f 100644
--- a/llvm/include/llvm-c/Core.h
+++ b/llvm/include/llvm-c/Core.h
@@ -540,7 +540,7 @@ LLVMUseRef LLVMGetNextUse(LLVMUseRef U);
LLVMValueRef LLVMGetUser(LLVMUseRef U);
LLVMValueRef LLVMGetUsedValue(LLVMUseRef U);
-/* Operations on Users */
+/* Operations on Users and metadata */
LLVMValueRef LLVMGetOperand(LLVMValueRef Val, unsigned Index);
void LLVMSetOperand(LLVMValueRef User, unsigned Index, LLVMValueRef Val);
int LLVMGetNumOperands(LLVMValueRef Val);
@@ -562,8 +562,6 @@ LLVMValueRef LLVMMDNodeInContext(LLVMContextRef C, LLVMValueRef *Vals,
unsigned Count);
LLVMValueRef LLVMMDNode(LLVMValueRef *Vals, unsigned Count);
const char *LLVMGetMDString(LLVMValueRef V, unsigned* Len);
-int LLVMGetMDNodeNumOperands(LLVMValueRef V);
-LLVMValueRef *LLVMGetMDNodeOperand(LLVMValueRef V, unsigned i);
unsigned LLVMGetNamedMetadataNumOperands(LLVMModuleRef M, const char* name);
void LLVMGetNamedMetadataOperands(LLVMModuleRef M, const char* name, LLVMValueRef *Dest);
OpenPOWER on IntegriCloud