[MachineVerifier] Remove an unused function. NFCI.
authorDavide Italiano <ditaliano@apple.com>
Wed, 29 Apr 2020 16:58:07 +0000 (09:58 -0700)
committerDavide Italiano <ditaliano@apple.com>
Wed, 29 Apr 2020 16:58:27 +0000 (09:58 -0700)
llvm/lib/CodeGen/MachineVerifier.cpp

index e113db6..5733798 100644 (file)
@@ -210,7 +210,6 @@ namespace {
     void verifyPreISelGenericInstruction(const MachineInstr *MI);
     void visitMachineInstrBefore(const MachineInstr *MI);
     void visitMachineOperand(const MachineOperand *MO, unsigned MONum);
-    void visitMachineInstrAfter(const MachineInstr *MI);
     void visitMachineBundleAfter(const MachineInstr *MI);
     void visitMachineBasicBlockAfter(const MachineBasicBlock *MBB);
     void visitMachineFunctionAfter();
@@ -417,8 +416,6 @@ unsigned MachineVerifier::verify(MachineFunction &MF) {
         visitMachineOperand(&Op, I);
       }
 
-      visitMachineInstrAfter(&MI);
-
       // Was this the last bundled instruction?
       InBundle = MI.isBundledWithSucc();
     }
@@ -2073,8 +2070,6 @@ void MachineVerifier::checkLiveness(const MachineOperand *MO, unsigned MONum) {
   }
 }
 
-void MachineVerifier::visitMachineInstrAfter(const MachineInstr *MI) {}
-
 // This function gets called after visiting all instructions in a bundle. The
 // argument points to the bundle header.
 // Normal stand-alone instructions are also considered 'bundles', and this