[llvm] r174664 - Formatting.

Eric Christopher echristo at gmail.com
Thu Feb 7 13:19:56 PST 2013


Author: echristo
Date: Thu Feb  7 15:19:56 2013
New Revision: 174664

URL: http://llvm.org/viewvc/llvm-project?rev=174664&view=rev
Log:
Formatting.

Modified:
    llvm/trunk/lib/MC/MCDwarf.cpp

Modified: llvm/trunk/lib/MC/MCDwarf.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCDwarf.cpp?rev=174664&r1=174663&r2=174664&view=diff
==============================================================================
--- llvm/trunk/lib/MC/MCDwarf.cpp (original)
+++ llvm/trunk/lib/MC/MCDwarf.cpp Thu Feb  7 15:19:56 2013
@@ -272,8 +272,7 @@ const MCSymbol *MCDwarfFileTable::EmitCU
   // 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);





More information about the llvm-commits mailing list