aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCCodeEmitter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-20 04:14:44 +0000
committerChris Lattner <sabre@nondot.org>2004-11-20 04:14:44 +0000
commita8b0fa5172dc46f53cf8b8ef1aa9c9b4e70ff998 (patch)
tree784f947c03cbd58f84bda614f6b79e0358e4decc /lib/Target/PowerPC/PPCCodeEmitter.cpp
parent5be478f360b4c632d1adfccc64df87840e1ccfc1 (diff)
downloadexternal_llvm-a8b0fa5172dc46f53cf8b8ef1aa9c9b4e70ff998.zip
external_llvm-a8b0fa5172dc46f53cf8b8ef1aa9c9b4e70ff998.tar.gz
external_llvm-a8b0fa5172dc46f53cf8b8ef1aa9c9b4e70ff998.tar.bz2
getJITStubForFunction is optional and unimplemented, just remove it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18036 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCCodeEmitter.cpp')
-rw-r--r--lib/Target/PowerPC/PPCCodeEmitter.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/PowerPC/PPCCodeEmitter.cpp b/lib/Target/PowerPC/PPCCodeEmitter.cpp
index e567788..5f810cb 100644
--- a/lib/Target/PowerPC/PPCCodeEmitter.cpp
+++ b/lib/Target/PowerPC/PPCCodeEmitter.cpp
@@ -334,11 +334,6 @@ int64_t PPC32CodeEmitter::getMachineOpValue(MachineInstr &MI,
return rv;
}
-
-void *PPC32JITInfo::getJITStubForFunction(Function *F, MachineCodeEmitter &MCE){
- return (void*)((unsigned long)getResolver(MCE).getLazyResolver(F));
-}
-
void PPC32JITInfo::replaceMachineCodeForFunction (void *Old, void *New) {
std::cerr << "PPC32JITInfo::replaceMachineCodeForFunction not implemented\n";
abort();