diff options
author | Eric Christopher <echristo@apple.com> | 2011-11-14 18:55:02 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-11-14 18:55:02 +0000 |
commit | bf97947c4c467e72b97f8623f84c9bccb03e9448 (patch) | |
tree | 3cc850498c32b207582f6cc68c4b036aa1da6ae6 /lib/CodeGen/CGDebugInfo.cpp | |
parent | 5a174990e84b33b20761f2fde51169400dd87f2e (diff) |
Fixup comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144548 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<FunctionDecl>(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<const FunctionDecl *, llvm::WeakVH>::iterator FI = SPCache.find(FD); if (FI != SPCache.end()) { |