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 | 066757eea1ee1ed24642bcc7018e54deba17a116 (patch) | |
| tree | d055e6f9d993db138b95040ff656a3f13627ff9f /llvm/lib/Target/ARM/ARMInstrInfo.h | |
| parent | 483377c639e47e13f4cefb390d08b4fc43607f63 (diff) | |
| download | bcm5719-llvm-066757eea1ee1ed24642bcc7018e54deba17a116.tar.gz bcm5719-llvm-066757eea1ee1ed24642bcc7018e54deba17a116.zip | |
Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.
llvm-svn: 63938
Diffstat (limited to 'llvm/lib/Target/ARM/ARMInstrInfo.h')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrInfo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.h b/llvm/lib/Target/ARM/ARMInstrInfo.h index fda057da666..043f6e528e8 100644 --- a/llvm/lib/Target/ARM/ARMInstrInfo.h +++ b/llvm/lib/Target/ARM/ARMInstrInfo.h @@ -151,10 +151,6 @@ public: /// virtual const ARMRegisterInfo &getRegisterInfo() const { return RI; } - /// getPointerRegClass - Return the register class to use to hold pointers. - /// This is used for addressing modes. - virtual const TargetRegisterClass *getPointerRegClass() const; - /// Return true if the instruction is a register to register move and return /// the source and dest operands and their sub-register indices by reference. virtual bool isMoveInstr(const MachineInstr &MI, |

