mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-24 08:33:39 +00:00
stub out a virtual method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23554 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4794797f12
commit
e4047188e7
@ -23,6 +23,10 @@ namespace llvm {
|
||||
struct SparcV9RegisterInfo : public MRegisterInfo {
|
||||
SparcV9RegisterInfo ();
|
||||
const unsigned *getCalleeSaveRegs() const;
|
||||
const TargetRegisterClass* const *getCalleeSaveRegClasses() const {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
// The rest of these are stubs... for now.
|
||||
void storeRegToStackSlot(MachineBasicBlock &MBB,
|
||||
|
Loading…
x
Reference in New Issue
Block a user