[cfe-commits] r52507 - /cfe/trunk/lib/CodeGen/CGDebugInfo.cpp

Mike Stump mrs at apple.com
Thu Jun 19 13:57:53 PDT 2008


Author: mrs
Date: Thu Jun 19 15:57:50 2008
New Revision: 52507

URL: http://llvm.org/viewvc/llvm-project?rev=52507&view=rev
Log:
Remove tabs.

Modified:
    cfe/trunk/lib/CodeGen/CGDebugInfo.cpp

Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.cpp?rev=52507&r1=52506&r2=52507&view=diff

==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.cpp Thu Jun 19 15:57:50 2008
@@ -364,7 +364,7 @@
     }
   }
 
-  // FIXME: set other fields file, line here.	
+  // FIXME: set other fields file, line here.
   SubrTy->setContext(Unit);
 
   return SubrTy;
@@ -716,7 +716,7 @@
   // 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);





More information about the cfe-commits mailing list