MCObjectStreamer: De-virtualize emitInstToFragment

This commit is contained in:
Fangrui Song
2025-07-01 23:05:35 -07:00
parent f4b938b7c0
commit 3c6cade485

View File

@@ -125,7 +125,7 @@ public:
/// Emit an instruction to a special fragment, because this instruction
/// can change its size during relaxation.
virtual void emitInstToFragment(const MCInst &Inst, const MCSubtargetInfo &);
void emitInstToFragment(const MCInst &Inst, const MCSubtargetInfo &);
void emitBundleAlignMode(Align Alignment) override;
void emitBundleLock(bool AlignToEnd) override;