OSDN Git Service

Formatting.
authorEric Christopher <echristo@gmail.com>
Mon, 24 Jun 2013 21:34:55 +0000 (21:34 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 24 Jun 2013 21:34:55 +0000 (21:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184788 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp

index b9f0ec4..9ec5b28 100644 (file)
@@ -1530,9 +1530,8 @@ DIE *CompileUnit::constructVariableDIE(DbgVariable *DV,
 
   unsigned Offset = DV->getDotDebugLocOffset();
   if (Offset != ~0U) {
-    addLabel(VariableDie, dwarf::DW_AT_location,
-                         dwarf::DW_FORM_data4,
-                         Asm->GetTempSymbol("debug_loc", Offset));
+    addLabel(VariableDie, dwarf::DW_AT_location, dwarf::DW_FORM_data4,
+             Asm->GetTempSymbol("debug_loc", Offset));
     DV->setDIE(VariableDie);
     return VariableDie;
   }