[llvm] 835ea22 - [AVR] Enable machine verifier

Ben Shi via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 12 21:11:40 PDT 2021


Author: Shivam Gupta
Date: 2021-08-13T12:11:22+08:00
New Revision: 835ea22b37c56da4084343b38ecd4be2ef030f60

URL: https://github.com/llvm/llvm-project/commit/835ea22b37c56da4084343b38ecd4be2ef030f60
DIFF: https://github.com/llvm/llvm-project/commit/835ea22b37c56da4084343b38ecd4be2ef030f60.diff

LOG: [AVR] Enable machine verifier

Reviewed By: mhjacobson, benshi001

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

Added: 
    

Modified: 
    llvm/lib/Target/AVR/AVRTargetMachine.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AVR/AVRTargetMachine.h b/llvm/lib/Target/AVR/AVRTargetMachine.h
index f9015c8741ea..8b8ae9e7ca8a 100644
--- a/llvm/lib/Target/AVR/AVRTargetMachine.h
+++ b/llvm/lib/Target/AVR/AVRTargetMachine.h
@@ -42,10 +42,6 @@ class AVRTargetMachine : public LLVMTargetMachine {
 
   TargetPassConfig *createPassConfig(PassManagerBase &PM) override;
 
-  bool isMachineVerifierClean() const override {
-    return false;
-  }
-
 private:
   std::unique_ptr<TargetLoweringObjectFile> TLOF;
   AVRSubtarget SubTarget;


        


More information about the llvm-commits mailing list