Use a slightly smaller hack.

llvm-svn: 199363
This commit is contained in:
Rafael Espindola 2014-01-16 07:36:00 +00:00
parent 73a3b2209e
commit 74c3e63193
1 changed files with 1 additions and 2 deletions

View File

@ -217,8 +217,7 @@ void DIEInteger::EmitValue(AsmPrinter *Asm, dwarf::Form Form) const {
case dwarf::DW_FORM_flag_present:
// Emit something to keep the lines and comments in sync.
// FIXME: Is there a better way to do this?
if (Asm->OutStreamer.hasRawTextSupport())
Asm->OutStreamer.EmitRawText("");
Asm->OutStreamer.AddBlankLine();
return;
case dwarf::DW_FORM_flag: // Fall thru
case dwarf::DW_FORM_ref1: // Fall thru