diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-09-05 00:54:52 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-09-05 00:54:52 +0000 |
commit | 3af441f1afc94783a6e4fb9d58bc4514c5f6aecc (patch) | |
tree | 3abbc8159dc4aaf8b6ade11d9fed449025238f59 /llvm/lib/MC/MCDwarf.cpp | |
parent | 4202633ea6f9e6aae3fb8ca06b037741af8bac89 (diff) | |
download | bcm5719-llvm-3af441f1afc94783a6e4fb9d58bc4514c5f6aecc.tar.gz bcm5719-llvm-3af441f1afc94783a6e4fb9d58bc4514c5f6aecc.zip |
Fix comments to reflect reality.
llvm-svn: 190021
Diffstat (limited to 'llvm/lib/MC/MCDwarf.cpp')
-rw-r--r-- | llvm/lib/MC/MCDwarf.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/llvm/lib/MC/MCDwarf.cpp b/llvm/lib/MC/MCDwarf.cpp index 24b3dee2b62..a5528a2d42f 100644 --- a/llvm/lib/MC/MCDwarf.cpp +++ b/llvm/lib/MC/MCDwarf.cpp @@ -873,9 +873,7 @@ namespace { void setSectionStart(const MCSymbol *Label) { SectionStart = Label; } - /// EmitCompactUnwind - Emit the unwind information in a compact way. If - /// we're successful, return 'true'. Otherwise, return 'false' and it will - /// emit the normal CIE and FDE. + /// EmitCompactUnwind - Emit the unwind information in a compact way. void EmitCompactUnwind(MCStreamer &streamer, const MCDwarfFrameInfo &frame); @@ -1113,9 +1111,7 @@ void FrameEmitterImpl::EmitCFIInstructions(MCStreamer &streamer, } } -/// EmitCompactUnwind - Emit the unwind information in a compact way. If we're -/// successful, return 'true'. Otherwise, return 'false' and it will emit the -/// normal CIE and FDE. +/// EmitCompactUnwind - Emit the unwind information in a compact way. void FrameEmitterImpl::EmitCompactUnwind(MCStreamer &Streamer, const MCDwarfFrameInfo &Frame) { MCContext &Context = Streamer.getContext(); |