[PATCH] D59011: [PowerPC] Remove the override of isMachineVerifierClean() to open machine verifier

Zixuan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 10 20:33:29 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL355798: [PowerPC] Remove the override of isMachineVerifierClean() to open machineā€¦ (authored by wuzish, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D59011?vs=189446&id=190042#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59011/new/

https://reviews.llvm.org/D59011

Files:
  llvm/trunk/lib/Target/PowerPC/PPCTargetMachine.h


Index: llvm/trunk/lib/Target/PowerPC/PPCTargetMachine.h
===================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCTargetMachine.h
+++ llvm/trunk/lib/Target/PowerPC/PPCTargetMachine.h
@@ -58,10 +58,6 @@
     const Triple &TT = getTargetTriple();
     return (TT.getArch() == Triple::ppc64 || TT.getArch() == Triple::ppc64le);
   };
-
-  bool isMachineVerifierClean() const override {
-    return false;
-  }
 };
 } // end namespace llvm
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59011.190042.patch
Type: text/x-patch
Size: 485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190311/a3520545/attachment.bin>


More information about the llvm-commits mailing list