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