We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b938b commit 3c6cadeCopy full SHA for 3c6cade
llvm/include/llvm/MC/MCObjectStreamer.h
@@ -125,7 +125,7 @@ class MCObjectStreamer : public MCStreamer {
125
126
/// Emit an instruction to a special fragment, because this instruction
127
/// can change its size during relaxation.
128
- virtual void emitInstToFragment(const MCInst &Inst, const MCSubtargetInfo &);
+ void emitInstToFragment(const MCInst &Inst, const MCSubtargetInfo &);
129
130
void emitBundleAlignMode(Align Alignment) override;
131
void emitBundleLock(bool AlignToEnd) override;
0 commit comments