diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-02-06 17:43:24 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-02-06 17:43:24 +0000 |
commit | 770bcc7b15adbc978800db70dbb1c3c22913b52c (patch) | |
tree | e317f90aef4028cdfe21d50f117245426cb2b4e0 /lib/Target/CellSPU/SPUInstrInfo.cpp | |
parent | 84fbac580941548a6ab1121ed3b0ffdc4e2bc080 (diff) |
Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63938 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CellSPU/SPUInstrInfo.cpp')
-rw-r--r-- | lib/Target/CellSPU/SPUInstrInfo.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Target/CellSPU/SPUInstrInfo.cpp b/lib/Target/CellSPU/SPUInstrInfo.cpp index 46e63893ee..559f095e7a 100644 --- a/lib/Target/CellSPU/SPUInstrInfo.cpp +++ b/lib/Target/CellSPU/SPUInstrInfo.cpp @@ -53,14 +53,6 @@ SPUInstrInfo::SPUInstrInfo(SPUTargetMachine &tm) RI(*TM.getSubtargetImpl(), *this) { /* NOP */ } -/// getPointerRegClass - Return the register class to use to hold pointers. -/// This is used for addressing modes. -const TargetRegisterClass * -SPUInstrInfo::getPointerRegClass() const -{ - return &SPU::R32CRegClass; -} - bool SPUInstrInfo::isMoveInstr(const MachineInstr& MI, unsigned& sourceReg, |