From 04832b9210bb61c160cb6cbce40fa04ff6fb52a5 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 14 Nov 2011 18:55:02 +0000 Subject: Fixup comment. llvm-svn: 144548 --- clang/lib/CodeGen/CGDebugInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp') diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index a3d671dec20..7a99d897c1d 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/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()) { -- cgit v1.2.3