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:
Chris Lattner 2005-09-30 06:55:18 +00:00
parent 4794797f12
commit e4047188e7

View File

@ -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,