Remove dead code

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15750 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nate Begeman 2004-08-15 00:31:02 +00:00
parent 7bb424fafc
commit ad9c242605
2 changed files with 0 additions and 16 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) {

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