summaryrefslogtreecommitdiff
path: root/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
commitf46e5eadc307beaef6e8dd0602bb4c63ca41fd50 (patch)
tree2e9e232d689e7e623b7e1b1f404545e2df508184 /include/llvm-c
parent333983d0c2711b193042a4a484363a2b2e32bc5f (diff)
Revert "llvm-c: Add LLVMGetPointerToFunction"
This reverts r191030 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191075 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-rw-r--r--include/llvm-c/ExecutionEngine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm-c/ExecutionEngine.h b/include/llvm-c/ExecutionEngine.h
index 696d871331f..50fdb6bd735 100644
--- a/include/llvm-c/ExecutionEngine.h
+++ b/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);