summaryrefslogtreecommitdiff
path: root/lib/MC
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-09-05 00:54:52 +0000
committerBill Wendling <isanbard@gmail.com>2013-09-05 00:54:52 +0000
commitd6d2ef158210f0634e31527193aa13778d48f66c (patch)
treeb43c5f4203c53b19b6a2fb7ed0cb9fe4a8448a7a /lib/MC
parentedc8e7b4ffce82e19a1eb8080eef917bc443fe7f (diff)
downloadllvm-d6d2ef158210f0634e31527193aa13778d48f66c.tar.gz
llvm-d6d2ef158210f0634e31527193aa13778d48f66c.tar.bz2
llvm-d6d2ef158210f0634e31527193aa13778d48f66c.tar.xz
Fix comments to reflect reality.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190021 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC')
-rw-r--r--lib/MC/MCDwarf.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/MC/MCDwarf.cpp b/lib/MC/MCDwarf.cpp
index 24b3dee2b6..a5528a2d42 100644
--- a/lib/MC/MCDwarf.cpp
+++ b/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();