diff options
Diffstat (limited to 'lib/Target/Mips/Mips16InstrInfo.h')
-rw-r--r-- | lib/Target/Mips/Mips16InstrInfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/Mips/Mips16InstrInfo.h b/lib/Target/Mips/Mips16InstrInfo.h index 0dc0046..e7d0c07 100644 --- a/lib/Target/Mips/Mips16InstrInfo.h +++ b/lib/Target/Mips/Mips16InstrInfo.h @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#ifndef MIPS16INSTRUCTIONINFO_H -#define MIPS16INSTRUCTIONINFO_H +#ifndef LLVM_LIB_TARGET_MIPS_MIPS16INSTRINFO_H +#define LLVM_LIB_TARGET_MIPS_MIPS16INSTRINFO_H #include "Mips16RegisterInfo.h" #include "MipsInstrInfo.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; |