]> granicus.if.org Git - clang/commitdiff
Remove tabs.
authorMike Stump <mrs@apple.com>
Thu, 19 Jun 2008 20:57:50 +0000 (20:57 +0000)
committerMike Stump <mrs@apple.com>
Thu, 19 Jun 2008 20:57:50 +0000 (20:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52507 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 813efd20d8d8ee5009958bc78e02198516b8c77c..d232fd956017b047bd1a94fe63508dc87c3c8208 100644 (file)
@@ -364,7 +364,7 @@ CGDebugInfo::getOrCreateFunctionType(QualType type, llvm::CompileUnitDesc *Unit)
     }
   }
 
-  // FIXME: set other fields file, line here.  
+  // FIXME: set other fields file, line here.
   SubrTy->setContext(Unit);
 
   return SubrTy;
@@ -716,7 +716,7 @@ void CGDebugInfo::EmitDeclare(const VarDecl *decl, unsigned Tag,
   // Construct llvm.dbg.declare function.
   if (!DeclareFn)
     DeclareFn = llvm::Intrinsic::getDeclaration(&M->getModule(), 
-                       llvm::Intrinsic::dbg_declare);
+                        llvm::Intrinsic::dbg_declare);
 
   // Get type information.
   llvm::CompileUnitDesc *Unit = getOrCreateCompileUnit(CurLoc);