|
@@ -280,10 +280,8 @@ void MCObjectStreamer::EmitInstToFragment(const MCInst &Inst,
|
|
IF->getContents().append(Code.begin(), Code.end());
|
|
IF->getContents().append(Code.begin(), Code.end());
|
|
}
|
|
}
|
|
|
|
|
|
-#ifndef NDEBUG
|
|
|
|
static const char *const BundlingNotImplementedMsg =
|
|
static const char *const BundlingNotImplementedMsg =
|
|
"Aligned bundling is not implemented for this object format";
|
|
"Aligned bundling is not implemented for this object format";
|
|
-#endif
|
|
|
|
|
|
|
|
void MCObjectStreamer::EmitBundleAlignMode(unsigned AlignPow2) {
|
|
void MCObjectStreamer::EmitBundleAlignMode(unsigned AlignPow2) {
|
|
llvm_unreachable(BundlingNotImplementedMsg);
|
|
llvm_unreachable(BundlingNotImplementedMsg);
|