diff options
Diffstat (limited to 'llvm/lib/Target/Mips/MipsTargetMachine.h')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsTargetMachine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsTargetMachine.h b/llvm/lib/Target/Mips/MipsTargetMachine.h index e0de924be4fd..46ffc11738df 100644 --- a/llvm/lib/Target/Mips/MipsTargetMachine.h +++ b/llvm/lib/Target/Mips/MipsTargetMachine.h @@ -43,7 +43,7 @@ public: CodeGenOpt::Level OL, bool JIT, bool isLittle); ~MipsTargetMachine() override; - TargetTransformInfo getTargetTransformInfo(const Function &F) override; + TargetTransformInfo getTargetTransformInfo(const Function &F) const override; const MipsSubtarget *getSubtargetImpl() const { if (Subtarget) |
