summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorAnders Waldenborg <anders@0x63.nu>2013-09-20 07:00:36 +0000
committerAnders Waldenborg <anders@0x63.nu>2013-09-20 07:00:36 +0000
commitfc8ca53329a623846c5211e804cd152b6e368d32 (patch)
tree3a85fb88eb47f99a786042a3c49ac4ecddf33227 /llvm/include/llvm-c
parent481d90c480dfdb6dc56ea75dd361acc135f12a10 (diff)
downloadbcm5719-llvm-fc8ca53329a623846c5211e804cd152b6e368d32.tar.gz
bcm5719-llvm-fc8ca53329a623846c5211e804cd152b6e368d32.zip
Revert "llvm-c: Add LLVMGetPointerToFunction"
This reverts r191030 llvm-svn: 191075
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/ExecutionEngine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm-c/ExecutionEngine.h b/llvm/include/llvm-c/ExecutionEngine.h
index 696d871331f..50fdb6bd735 100644
--- a/llvm/include/llvm-c/ExecutionEngine.h
+++ b/llvm/include/llvm-c/ExecutionEngine.h
@@ -141,8 +141,6 @@ LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F,
unsigned NumArgs,
LLVMGenericValueRef *Args);
-void *LLVMGetPointerToFunction(LLVMExecutionEngineRef EE, LLVMValueRef F);
-
void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F);
void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M);
OpenPOWER on IntegriCloud