[PATCH] D36153: [ARM] The ARM backend is MachineVerifier clean now.

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 09:10:10 PDT 2017


MatzeB accepted this revision.
MatzeB added a comment.
This revision is now accepted and ready to land.

Yay, this is great!



================
Comment at: lib/Target/ARM/ARMTargetMachine.h:66-68
   bool isMachineVerifierClean() const override {
-    return false;
+    return true;
   }
----------------
You can just remove the whole override instead.


https://reviews.llvm.org/D36153





More information about the llvm-commits mailing list