summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-01-02 21:33:40 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-01-02 21:33:40 +0000
commit74b46e8c055c1e55afb09de53a43100af6516553 (patch)
treef73942c1bf19c3ae7e00782a54371230d38dfa79 /llvm/lib/Target/PowerPC/PPCRegisterInfo.h
parent92484c2aa41057e7484b56982008a9182c034fe4 (diff)
downloadbcm5719-llvm-74b46e8c055c1e55afb09de53a43100af6516553.tar.gz
bcm5719-llvm-74b46e8c055c1e55afb09de53a43100af6516553.zip
Fix naming inconsistency.
llvm-svn: 32823
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCRegisterInfo.h')
-rw-r--r--llvm/lib/Target/PowerPC/PPCRegisterInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCRegisterInfo.h b/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
index 4f916a66582..5af613896e3 100644
--- a/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
+++ b/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
@@ -54,9 +54,9 @@ public:
virtual MachineInstr* foldMemoryOperand(MachineInstr* MI, unsigned OpNum,
int FrameIndex) const;
- const unsigned *getCalleeSaveRegs() const;
+ const unsigned *getCalleeSavedRegs() const;
- const TargetRegisterClass* const* getCalleeSaveRegClasses() const;
+ const TargetRegisterClass* const* getCalleeSavedRegClasses() const;
void eliminateCallFramePseudoInstr(MachineFunction &MF,
MachineBasicBlock &MBB,
OpenPOWER on IntegriCloud