summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-01-29 22:06:21 +0000
committerEric Christopher <echristo@gmail.com>2014-01-29 22:06:21 +0000
commit8e290f5a5d76e027da0c6683f5867ea05f4017a4 (patch)
tree7564e278792426e45a8a37dea502e6ce386e09e3 /lib
parent5b4cc3f027a09bb95f67e584aaa5f0271df08cd9 (diff)
downloadllvm-8e290f5a5d76e027da0c6683f5867ea05f4017a4.tar.gz
llvm-8e290f5a5d76e027da0c6683f5867ea05f4017a4.tar.bz2
llvm-8e290f5a5d76e027da0c6683f5867ea05f4017a4.tar.xz
Fix formatting of comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200420 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 1d059d9f3c..610907255b 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -1107,10 +1107,8 @@ void DwarfDebug::endSections() {
if (Section) {
// We can't call MCSection::getLabelEndName, as it's only safe to do so
// if we know the section name up-front. For user-created sections, the
- // resulting
- // label may not be valid to use as a label. (section names can use a
- // greater
- // set of characters on some systems)
+ // resulting label may not be valid to use as a label. (section names can
+ // use a greater set of characters on some systems)
Sym = Asm->GetTempSymbol("debug_end", ID);
Asm->OutStreamer.SwitchSection(Section);
Asm->OutStreamer.EmitLabel(Sym);