mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-19 01:34:32 +00:00
Two more hooks for RA and FP registers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70738 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
40477317f3
commit
875e1eb8ab
@ -211,11 +211,11 @@ void MSP430RegisterInfo::emitEpilogue(MachineFunction &MF,
|
||||
}
|
||||
|
||||
unsigned MSP430RegisterInfo::getRARegister() const {
|
||||
assert(0 && "Not implemented yet!");
|
||||
return MSP430::PCW;
|
||||
}
|
||||
|
||||
unsigned MSP430RegisterInfo::getFrameRegister(MachineFunction &MF) const {
|
||||
assert(0 && "Not implemented yet!");
|
||||
return hasFP(MF) ? MSP430::FPW : MSP430::SPW;
|
||||
}
|
||||
|
||||
int MSP430RegisterInfo::getDwarfRegNum(unsigned RegNum, bool isEH) const {
|
||||
|
Loading…
Reference in New Issue
Block a user