summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/JIT.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-20 23:51:03 +0000
committerChris Lattner <sabre@nondot.org>2004-11-20 23:51:03 +0000
commit374301ecb99828630053228683a2472544fed17b (patch)
tree2e89db864faccc1fa8d702153cb037fefa07989a /llvm/lib/ExecutionEngine/JIT/JIT.cpp
parente7322e2ee9d2a28caeed9dd3705199d3b7ae3fb1 (diff)
downloadbcm5719-llvm-374301ecb99828630053228683a2472544fed17b.tar.gz
bcm5719-llvm-374301ecb99828630053228683a2472544fed17b.zip
This method does not exist any longer.
llvm-svn: 18061
Diffstat (limited to 'llvm/lib/ExecutionEngine/JIT/JIT.cpp')
-rw-r--r--llvm/lib/ExecutionEngine/JIT/JIT.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/JIT.cpp b/llvm/lib/ExecutionEngine/JIT/JIT.cpp
index 71f1dd0d6b3..56625d691d8 100644
--- a/llvm/lib/ExecutionEngine/JIT/JIT.cpp
+++ b/llvm/lib/ExecutionEngine/JIT/JIT.cpp
@@ -274,10 +274,6 @@ void *JIT::getPointerToFunctionOrStub(Function *F) {
if (void *Addr = getPointerToGlobalIfAvailable(F))
return Addr;
- // If the target supports "stubs" for functions, get a stub now.
- if (void *Ptr = TJI.getJITStubForFunction(F, *MCE))
- return Ptr;
-
// Otherwise, if the target doesn't support it, just codegen the function.
return getPointerToFunction(F);
}
OpenPOWER on IntegriCloud