diff options
| author | Akira Hatanaka <ahatanaka@mips.com> | 2012-08-22 23:58:53 +0000 |
|---|---|---|
| committer | Akira Hatanaka <ahatanaka@mips.com> | 2012-08-22 23:58:53 +0000 |
| commit | 4da9667631909c3989e7bc03ea2af2829dc68d83 (patch) | |
| tree | 192786892359a3906ef4184e711caedd583a0c15 /llvm/lib/Target/Mips/MipsRegisterInfo.h | |
| parent | 78094caa561ca4a9dc7b4e75beac16b3ef64eb16 (diff) | |
| download | bcm5719-llvm-4da9667631909c3989e7bc03ea2af2829dc68d83.tar.gz bcm5719-llvm-4da9667631909c3989e7bc03ea2af2829dc68d83.zip | |
Add a member of type Mips16InstrInfo/MipsSEInstrInfo to class
Mips16RegisterInfo/MipsSERegisterInfo.
No changes in functionality.
llvm-svn: 162413
Diffstat (limited to 'llvm/lib/Target/Mips/MipsRegisterInfo.h')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsRegisterInfo.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Target/Mips/MipsRegisterInfo.h b/llvm/lib/Target/Mips/MipsRegisterInfo.h index 9a05e94be99..78adf7f18bf 100644 --- a/llvm/lib/Target/Mips/MipsRegisterInfo.h +++ b/llvm/lib/Target/Mips/MipsRegisterInfo.h @@ -22,16 +22,14 @@ namespace llvm { class MipsSubtarget; -class TargetInstrInfo; class Type; class MipsRegisterInfo : public MipsGenRegisterInfo { protected: const MipsSubtarget &Subtarget; - const TargetInstrInfo &TII; public: - MipsRegisterInfo(const MipsSubtarget &Subtarget, const TargetInstrInfo &tii); + MipsRegisterInfo(const MipsSubtarget &Subtarget); /// getRegisterNumbering - Given the enum value for some register, e.g. /// Mips::RA, return the number that it corresponds to (e.g. 31). |

