Formatting.
authorEric Christopher <echristo@gmail.com>
Thu, 30 May 2013 00:43:32 +0000 (00:43 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 30 May 2013 00:43:32 +0000 (00:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182902 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp

index 90ca034c976ab3709012c218f50411261a3f446d..19858ca3e6a44bf7ca953ab779bcf4ae5a9d9afa 100644 (file)
@@ -33,7 +33,7 @@ using namespace llvm;
 
 /// CompileUnit - Compile unit constructor.
 CompileUnit::CompileUnit(unsigned UID, unsigned L, DIE *D, const MDNode *N,
-                        AsmPrinter *A, DwarfDebug *DW, DwarfUnits *DWU)
+                         AsmPrinter *A, DwarfDebug *DW, DwarfUnits *DWU)
   : UniqueID(UID), Language(L), CUDie(D), Asm(A), DD(DW), DU(DWU),
     IndexTyDie(0), DebugInfoOffset(0) {
   DIEIntegerOne = new (DIEValueAllocator) DIEInteger(1);