mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-12 07:21:56 +00:00
Use a slightly smaller hack.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199363 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6b925d4ed2
commit
4500ebda77
@ -217,8 +217,7 @@ void DIEInteger::EmitValue(AsmPrinter *Asm, dwarf::Form Form) const {
|
|||||||
case dwarf::DW_FORM_flag_present:
|
case dwarf::DW_FORM_flag_present:
|
||||||
// Emit something to keep the lines and comments in sync.
|
// Emit something to keep the lines and comments in sync.
|
||||||
// FIXME: Is there a better way to do this?
|
// FIXME: Is there a better way to do this?
|
||||||
if (Asm->OutStreamer.hasRawTextSupport())
|
Asm->OutStreamer.AddBlankLine();
|
||||||
Asm->OutStreamer.EmitRawText("");
|
|
||||||
return;
|
return;
|
||||||
case dwarf::DW_FORM_flag: // Fall thru
|
case dwarf::DW_FORM_flag: // Fall thru
|
||||||
case dwarf::DW_FORM_ref1: // Fall thru
|
case dwarf::DW_FORM_ref1: // Fall thru
|
||||||
|
Loading…
x
Reference in New Issue
Block a user