diff options
Diffstat (limited to 'llvm/lib/Target/Mips/MipsTargetAsmInfo.h')
-rw-r--r-- | llvm/lib/Target/Mips/MipsTargetAsmInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Mips/MipsTargetAsmInfo.h b/llvm/lib/Target/Mips/MipsTargetAsmInfo.h index e3cfadc47ec..cbfb50e5b33 100644 --- a/llvm/lib/Target/Mips/MipsTargetAsmInfo.h +++ b/llvm/lib/Target/Mips/MipsTargetAsmInfo.h @@ -14,13 +14,13 @@ #ifndef MIPSTARGETASMINFO_H #define MIPSTARGETASMINFO_H -#include "llvm/Target/ELFTargetAsmInfo.h" +#include "llvm/Target/TargetAsmInfo.h" namespace llvm { // Forward declaration. class MipsTargetMachine; - struct MipsTargetAsmInfo : public ELFTargetAsmInfo { + struct MipsTargetAsmInfo : public TargetAsmInfo { explicit MipsTargetAsmInfo(const MipsTargetMachine &TM); }; |