summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCDwarf.cpp
diff options
context:
space:
mode:
authorPaul Robinson <paul_robinson@playstation.sony.com>2016-01-04 18:49:15 +0000
committerPaul Robinson <paul_robinson@playstation.sony.com>2016-01-04 18:49:15 +0000
commite95fa4258e57250df5f4ea681e8056e56f07ce69 (patch)
tree4f56047169dba63562b750d65bad53e573c7fe30 /llvm/lib/MC/MCDwarf.cpp
parent219055f9df43fbb69083084aef1750317eafe87e (diff)
downloadbcm5719-llvm-e95fa4258e57250df5f4ea681e8056e56f07ce69.tar.gz
bcm5719-llvm-e95fa4258e57250df5f4ea681e8056e56f07ce69.zip
Clang-format my previous change (r256313)
llvm-svn: 256764
Diffstat (limited to 'llvm/lib/MC/MCDwarf.cpp')
-rw-r--r--llvm/lib/MC/MCDwarf.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/lib/MC/MCDwarf.cpp b/llvm/lib/MC/MCDwarf.cpp
index a99ac4eca59..dafa7683b1a 100644
--- a/llvm/lib/MC/MCDwarf.cpp
+++ b/llvm/lib/MC/MCDwarf.cpp
@@ -514,13 +514,13 @@ static void EmitGenDwarfAbbrev(MCStreamer *MCOS) {
MCOS->EmitULEB128IntValue(1);
MCOS->EmitULEB128IntValue(dwarf::DW_TAG_compile_unit);
MCOS->EmitIntValue(dwarf::DW_CHILDREN_yes, 1);
- EmitAbbrev(MCOS, dwarf::DW_AT_stmt_list,
- context.getDwarfVersion() >= 4 ? dwarf::DW_FORM_sec_offset
- : dwarf::DW_FORM_data4);
+ EmitAbbrev(MCOS, dwarf::DW_AT_stmt_list, context.getDwarfVersion() >= 4
+ ? dwarf::DW_FORM_sec_offset
+ : dwarf::DW_FORM_data4);
if (context.getGenDwarfSectionSyms().size() > 1 &&
context.getDwarfVersion() >= 3) {
- EmitAbbrev(MCOS, dwarf::DW_AT_ranges,
- context.getDwarfVersion() >= 4 ? dwarf::DW_FORM_sec_offset
+ EmitAbbrev(MCOS, dwarf::DW_AT_ranges, context.getDwarfVersion() >= 4
+ ? dwarf::DW_FORM_sec_offset
: dwarf::DW_FORM_data4);
} else {
EmitAbbrev(MCOS, dwarf::DW_AT_low_pc, dwarf::DW_FORM_addr);
OpenPOWER on IntegriCloud