Remove dead code

llvm-svn: 15750
This commit is contained in:
Nate Begeman 2004-08-15 00:31:02 +00:00
parent ec1cc1b861
commit abc8173b18
1 changed files with 0 additions and 8 deletions

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