mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Move the code that creates instances of MipsInstrInfo and MipsFrameLowering out
of MipsTargetMachine.cpp. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161191 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -203,3 +203,8 @@ processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
|
||||
if (hasFP(MF))
|
||||
MRI.setPhysRegUsed(FP);
|
||||
}
|
||||
|
||||
const MipsFrameLowering *
|
||||
llvm::createMipsSEFrameLowering(const MipsSubtarget &ST) {
|
||||
return new MipsSEFrameLowering(ST);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user