From: Eric Christopher Date: Mon, 14 Nov 2011 18:55:02 +0000 (+0000) Subject: Fixup comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf97947c4c467e72b97f8623f84c9bccb03e9448;p=clang Fixup comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144548 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index a3d671dec2..7a99d897c1 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -1757,7 +1757,7 @@ void CGDebugInfo::EmitFunctionStart(GlobalDecl GD, QualType FnType, llvm::DIDescriptor FDContext(Unit); llvm::DIArray TParamsArray; if (const FunctionDecl *FD = dyn_cast(D)) { - // If there is a DISubprogram for this function available then use it. + // If there is a DISubprogram for this function available then use it. llvm::DenseMap::iterator FI = SPCache.find(FD); if (FI != SPCache.end()) {