diff options
author | Mike Stump <mrs@apple.com> | 2008-06-19 20:57:50 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2008-06-19 20:57:50 +0000 |
commit | 9ea5884420683d51446c964a6166704a62e40e56 (patch) | |
tree | e24bfd242de7cf295519ecc613b297232fc01c71 /lib/CodeGen/CGDebugInfo.cpp | |
parent | d42043333a6d6bd35d641efe44b9b40819169384 (diff) |
Remove tabs.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52507 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 813efd20d8..d232fd9560 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -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); |