projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4794797
)
stub out a virtual method
author
Chris Lattner
<sabre@nondot.org>
Fri, 30 Sep 2005 06:55:18 +0000
(06:55 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 30 Sep 2005 06:55:18 +0000
(06:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23554
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SparcV9/SparcV9RegisterInfo.h
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/SparcV9RegisterInfo.h
b/lib/Target/SparcV9/SparcV9RegisterInfo.h
index ed810236a8ce3e54fd85eb16d5caba72c0a3d5af..a284898f6abab2864633c6cc995ed7913447a273 100644
(file)
--- a/
lib/Target/SparcV9/SparcV9RegisterInfo.h
+++ b/
lib/Target/SparcV9/SparcV9RegisterInfo.h
@@
-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,