MCObjectStreamer: De-virtualize emitInstToFragment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user