summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2004-08-15 00:31:02 +0000
committerNate Begeman <natebegeman@mac.com>2004-08-15 00:31:02 +0000
commitabc8173b183df4f7b9f85dee2398fa0c6fceab2c (patch)
treeaa5e768aa725cdeaf8cd8a8a886b2f53dd6558d0 /llvm/lib/Target
parentec1cc1b861e03516a0f6d7421f37d3af0dfc745d (diff)
downloadbcm5719-llvm-abc8173b183df4f7b9f85dee2398fa0c6fceab2c.tar.gz
bcm5719-llvm-abc8173b183df4f7b9f85dee2398fa0c6fceab2c.zip
Remove dead code
llvm-svn: 15750
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