mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Use the same call off of the TargetMachine rather than the subtarget.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225232 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1abeb77588
commit
943a34f68b
@ -968,7 +968,7 @@ void MipsAsmPrinter::EmitFPCallStub(
|
||||
// called otherwise. when the full stub generation is moved here
|
||||
// we need to deal with pic.
|
||||
//
|
||||
if (Subtarget->getRelocationModel() == Reloc::PIC_)
|
||||
if (TM.getRelocationModel() == Reloc::PIC_)
|
||||
llvm_unreachable("should not be here if we are compiling pic");
|
||||
TS.emitDirectiveSetReorder();
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user