mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-18 11:24:01 +00:00
Fix comments to reflect reality.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190021 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -873,9 +873,7 @@ namespace {
|
|||||||
|
|
||||||
void setSectionStart(const MCSymbol *Label) { SectionStart = Label; }
|
void setSectionStart(const MCSymbol *Label) { SectionStart = Label; }
|
||||||
|
|
||||||
/// EmitCompactUnwind - Emit the unwind information in a compact way. If
|
/// EmitCompactUnwind - Emit the unwind information in a compact way.
|
||||||
/// we're successful, return 'true'. Otherwise, return 'false' and it will
|
|
||||||
/// emit the normal CIE and FDE.
|
|
||||||
void EmitCompactUnwind(MCStreamer &streamer,
|
void EmitCompactUnwind(MCStreamer &streamer,
|
||||||
const MCDwarfFrameInfo &frame);
|
const MCDwarfFrameInfo &frame);
|
||||||
|
|
||||||
@ -1113,9 +1111,7 @@ void FrameEmitterImpl::EmitCFIInstructions(MCStreamer &streamer,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// EmitCompactUnwind - Emit the unwind information in a compact way. If we're
|
/// EmitCompactUnwind - Emit the unwind information in a compact way.
|
||||||
/// successful, return 'true'. Otherwise, return 'false' and it will emit the
|
|
||||||
/// normal CIE and FDE.
|
|
||||||
void FrameEmitterImpl::EmitCompactUnwind(MCStreamer &Streamer,
|
void FrameEmitterImpl::EmitCompactUnwind(MCStreamer &Streamer,
|
||||||
const MCDwarfFrameInfo &Frame) {
|
const MCDwarfFrameInfo &Frame) {
|
||||||
MCContext &Context = Streamer.getContext();
|
MCContext &Context = Streamer.getContext();
|
||||||
|
Reference in New Issue
Block a user