1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00

Remove dead code

llvm-svn: 15750
This commit is contained in:
Nate Begeman 2004-08-15 00:31:02 +00:00
parent e19e10e800
commit 9705f413b7

View 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) {