mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
This method does not exist any longer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18061 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f3ae06ee1f
commit
3c600c8346
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user