aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMRegisterInfo.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
commitc2b861da18c54a4252fecba866341e1513fa18cc (patch)
tree1920ed05ebd32c4e3d9278a00acc1d813ced604f /lib/Target/ARM/ARMRegisterInfo.h
parentad93d7fda53d92d07a3b3a2087e46de7cd695752 (diff)
downloadexternal_llvm-c2b861da18c54a4252fecba866341e1513fa18cc.zip
external_llvm-c2b861da18c54a4252fecba866341e1513fa18cc.tar.gz
external_llvm-c2b861da18c54a4252fecba866341e1513fa18cc.tar.bz2
Fix naming inconsistency.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32823 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMRegisterInfo.h')
-rw-r--r--lib/Target/ARM/ARMRegisterInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMRegisterInfo.h b/lib/Target/ARM/ARMRegisterInfo.h
index 9ef7618..16c277e 100644
--- a/lib/Target/ARM/ARMRegisterInfo.h
+++ b/lib/Target/ARM/ARMRegisterInfo.h
@@ -47,9 +47,9 @@ struct ARMRegisterInfo : public ARMGenRegisterInfo {
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,