stub out a virtual method

llvm-svn: 23554
This commit is contained in:
Chris Lattner 2005-09-30 06:55:18 +00:00
parent da6fcc9f49
commit 8688b92b86
1 changed files with 4 additions and 0 deletions

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,