mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Make emit{Prologue,Epilogue}() noop for now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70707 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fbf165a74b
commit
e37db97928
@ -80,12 +80,12 @@ MSP430RegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
|
||||
}
|
||||
|
||||
void MSP430RegisterInfo::emitPrologue(MachineFunction &MF) const {
|
||||
assert(0 && "Not implemented yet!");
|
||||
// Nothing here yet
|
||||
}
|
||||
|
||||
void MSP430RegisterInfo::emitEpilogue(MachineFunction &MF,
|
||||
MachineBasicBlock &MBB) const {
|
||||
assert(0 && "Not implemented yet!");
|
||||
// Nothing here yet
|
||||
}
|
||||
|
||||
unsigned MSP430RegisterInfo::getRARegister() const {
|
||||
|
Loading…
Reference in New Issue
Block a user