From ad9c242605ae694017e41a4e528a81f9fea291c6 Mon Sep 17 00:00:00 2001 From: Nate Begeman Date: Sun, 15 Aug 2004 00:31:02 +0000 Subject: [PATCH] Remove dead code git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15750 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPC32AsmPrinter.cpp | 8 -------- lib/Target/PowerPC/PPCAsmPrinter.cpp | 8 -------- 2 files changed, 16 deletions(-) diff --git a/lib/Target/PowerPC/PPC32AsmPrinter.cpp b/lib/Target/PowerPC/PPC32AsmPrinter.cpp index a857f3afebb..7db2392915a 100644 --- a/lib/Target/PowerPC/PPC32AsmPrinter.cpp +++ b/lib/Target/PowerPC/PPC32AsmPrinter.cpp @@ -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) { diff --git a/lib/Target/PowerPC/PPCAsmPrinter.cpp b/lib/Target/PowerPC/PPCAsmPrinter.cpp index a857f3afebb..7db2392915a 100644 --- a/lib/Target/PowerPC/PPCAsmPrinter.cpp +++ b/lib/Target/PowerPC/PPCAsmPrinter.cpp @@ -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) {