Remove dead code
authorNate Begeman <natebegeman@mac.com>
Sun, 15 Aug 2004 00:31:02 +0000 (00:31 +0000)
committerNate Begeman <natebegeman@mac.com>
Sun, 15 Aug 2004 00:31:02 +0000 (00:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15750 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPC32AsmPrinter.cpp
lib/Target/PowerPC/PPCAsmPrinter.cpp

index a857f3afebbf060dc1b4045e0b2292606dcfd3a3..7db2392915a15ddd6aea51d8492330bcf98a23b3 100644 (file)
@@ -619,14 +619,6 @@ void PowerPCAsmPrinter::printMachineInstruction(const MachineInstr *MI) {
     }
   }
   return;
-  
-  // Call the autogenerated instruction printer routines.
-  bool Handled = printInstruction(MI);
-  if (!Handled) {
-    MI->dump();
-    assert(0 && "Do not know how to print this instruction!");
-    abort();
-  }
 }
 
 bool PowerPCAsmPrinter::doInitialization(Module &M) {
index a857f3afebbf060dc1b4045e0b2292606dcfd3a3..7db2392915a15ddd6aea51d8492330bcf98a23b3 100644 (file)
@@ -619,14 +619,6 @@ void PowerPCAsmPrinter::printMachineInstruction(const MachineInstr *MI) {
     }
   }
   return;
-  
-  // Call the autogenerated instruction printer routines.
-  bool Handled = printInstruction(MI);
-  if (!Handled) {
-    MI->dump();
-    assert(0 && "Do not know how to print this instruction!");
-    abort();
-  }
 }
 
 bool PowerPCAsmPrinter::doInitialization(Module &M) {