From: Simon Atanasyan Date: Tue, 2 Apr 2019 13:57:38 +0000 (+0000) Subject: [mips] Remove the override of the `isMachineVerifierClean()` X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9306f8ece7c5307566f574f35c34d30c51d199f6;p=llvm [mips] Remove the override of the `isMachineVerifierClean()` All issues found by machine verifier in MIPS target have been fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357473 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/MipsTargetMachine.h b/lib/Target/Mips/MipsTargetMachine.h index 280c50e77b8..a51f35511b5 100644 --- a/lib/Target/Mips/MipsTargetMachine.h +++ b/lib/Target/Mips/MipsTargetMachine.h @@ -65,10 +65,6 @@ public: bool isLittleEndian() const { return isLittle; } const MipsABIInfo &getABI() const { return ABI; } - - bool isMachineVerifierClean() const override { - return false; - } }; /// Mips32/64 big endian target machine.