[PATCH] D107853: [NFC][AVR] Remove unused isMachineVerifierClean()
Ben Shi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 12 21:11:51 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG835ea22b37c5: [AVR] Enable machine verifier (authored by xgupta, committed by benshi001).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107853/new/
https://reviews.llvm.org/D107853
Files:
llvm/lib/Target/AVR/AVRTargetMachine.h
Index: llvm/lib/Target/AVR/AVRTargetMachine.h
===================================================================
--- llvm/lib/Target/AVR/AVRTargetMachine.h
+++ llvm/lib/Target/AVR/AVRTargetMachine.h
@@ -42,10 +42,6 @@
TargetPassConfig *createPassConfig(PassManagerBase &PM) override;
- bool isMachineVerifierClean() const override {
- return false;
- }
-
private:
std::unique_ptr<TargetLoweringObjectFile> TLOF;
AVRSubtarget SubTarget;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107853.366180.patch
Type: text/x-patch
Size: 456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210813/5ef3810a/attachment.bin>
More information about the llvm-commits
mailing list