[llvm-commits] CVS: llvm/lib/Target/SparcV9/SparcV9RegisterInfo.h

Chris Lattner lattner at cs.uiuc.edu
Thu Sep 29 23:55:30 PDT 2005



Changes in directory llvm/lib/Target/SparcV9:

SparcV9RegisterInfo.h updated: 1.8 -> 1.9
---
Log message:

stub out a virtual method


---
Diffs of the changes:  (+4 -0)

 SparcV9RegisterInfo.h |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm/lib/Target/SparcV9/SparcV9RegisterInfo.h
diff -u llvm/lib/Target/SparcV9/SparcV9RegisterInfo.h:1.8 llvm/lib/Target/SparcV9/SparcV9RegisterInfo.h:1.9
--- llvm/lib/Target/SparcV9/SparcV9RegisterInfo.h:1.8	Thu Sep 29 20:29:42 2005
+++ llvm/lib/Target/SparcV9/SparcV9RegisterInfo.h	Fri Sep 30 01:55:18 2005
@@ -23,6 +23,10 @@
 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,






More information about the llvm-commits mailing list