forked from OSchip/llvm-project
parent
ec1cc1b861
commit
abc8173b18
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue