[Sparc] EXPENSIVE_CHECKS now passes all machine verifier errors (PR27461)

Now that D51487 has landed, the last machine verifier tests that failed EXPENSIVE_CHECKS builds have now been fixed/removed, so we can remove @MatzeB 's isMachineVerifierClean() hack for sparc targets.

Differential Revision: https://reviews.llvm.org/D52612

llvm-svn: 343232
This commit is contained in:
Simon Pilgrim 2018-09-27 16:21:35 +00:00
parent 2721e6f0ed
commit 06ccc9d998
1 changed files with 0 additions and 4 deletions

View File

@ -40,10 +40,6 @@ public:
TargetLoweringObjectFile *getObjFileLowering() const override {
return TLOF.get();
}
bool isMachineVerifierClean() const override {
return false;
}
};
/// Sparc 32-bit target machine