summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCDwarf.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-02-07 21:19:56 +0000
committerEric Christopher <echristo@gmail.com>2013-02-07 21:19:56 +0000
commit9006156a044fc1ffc4e663b2beb9b52177ac532d (patch)
tree957e7dc686a51ebb79ec2b102a02abbbd9de42f4 /llvm/lib/MC/MCDwarf.cpp
parent7480433dd94934e5f1e931bb3f58443c44050e7e (diff)
downloadbcm5719-llvm-9006156a044fc1ffc4e663b2beb9b52177ac532d.tar.gz
bcm5719-llvm-9006156a044fc1ffc4e663b2beb9b52177ac532d.zip
Formatting.
llvm-svn: 174664
Diffstat (limited to 'llvm/lib/MC/MCDwarf.cpp')
-rw-r--r--llvm/lib/MC/MCDwarf.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/MC/MCDwarf.cpp b/llvm/lib/MC/MCDwarf.cpp
index 5465af6385a..fea057af3e0 100644
--- a/llvm/lib/MC/MCDwarf.cpp
+++ b/llvm/lib/MC/MCDwarf.cpp
@@ -272,8 +272,7 @@ const MCSymbol *MCDwarfFileTable::EmitCU(MCStreamer *MCOS, unsigned CUID) {
// total length, the 2 bytes for the version, and these 4 bytes for the
// length of the prologue.
MCOS->EmitAbsValue(MakeStartMinusEndExpr(*MCOS, *LineStartSym, *ProEndSym,
- (4 + 2 + 4)),
- 4, 0);
+ (4 + 2 + 4)), 4, 0);
// Parameters of the state machine, are next.
MCOS->EmitIntValue(DWARF2_LINE_MIN_INSN_LENGTH, 1);
OpenPOWER on IntegriCloud