diff options
| author | Eric Christopher <echristo@gmail.com> | 2014-07-18 23:25:00 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2014-07-18 23:25:00 +0000 |
| commit | 675cb4dab896350309b1350fbd9dbb661d2451ee (patch) | |
| tree | 0191af8f2b0f0379c1cbe057a9fba031d2e2fd0d /llvm/lib/Target/Mips/Mips16InstrInfo.h | |
| parent | f3e0265ea03ebcecb3828bb4c8ce5e6016777aec (diff) | |
| download | bcm5719-llvm-675cb4dab896350309b1350fbd9dbb661d2451ee.tar.gz bcm5719-llvm-675cb4dab896350309b1350fbd9dbb661d2451ee.zip | |
Make InstrInfo depend only upon the Subtarget getting passed in
rather than the TargetMachine.
llvm-svn: 213425
Diffstat (limited to 'llvm/lib/Target/Mips/Mips16InstrInfo.h')
| -rw-r--r-- | llvm/lib/Target/Mips/Mips16InstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/Mips16InstrInfo.h b/llvm/lib/Target/Mips/Mips16InstrInfo.h index 0dc00461ccf..a004c567e6c 100644 --- a/llvm/lib/Target/Mips/Mips16InstrInfo.h +++ b/llvm/lib/Target/Mips/Mips16InstrInfo.h @@ -23,7 +23,7 @@ class Mips16InstrInfo : public MipsInstrInfo { const Mips16RegisterInfo RI; public: - explicit Mips16InstrInfo(MipsTargetMachine &TM); + explicit Mips16InstrInfo(const MipsSubtarget &STI); const MipsRegisterInfo &getRegisterInfo() const override; |

