1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Fix formatting of comment.

llvm-svn: 200420
This commit is contained in:
Eric Christopher 2014-01-29 22:06:21 +00:00
parent d84fb7d44a
commit da9e98d98a

View File

@ -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);