]> granicus.if.org Git - llvm/commitdiff
[mips] Remove the override of the `isMachineVerifierClean()`
authorSimon Atanasyan <simon@atanasyan.com>
Tue, 2 Apr 2019 13:57:38 +0000 (13:57 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Tue, 2 Apr 2019 13:57:38 +0000 (13:57 +0000)
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

lib/Target/Mips/MipsTargetMachine.h

index 280c50e77b8090946cb5781daa3b16bf8375077b..a51f35511b5de97179fd789ebded108cc1352b8b 100644 (file)
@@ -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.