summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp b/llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp
index a857f3afebb..7db2392915a 100644
--- a/llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp
+++ b/llvm/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) {
OpenPOWER on IntegriCloud