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 | 04832b9210bb61c160cb6cbce40fa04ff6fb52a5 (patch) | |
tree | ce7b45c7c4fda4bda3f6cc5cd13c15cfa45d98fd | |
parent | 7e6004a3c1ca14699eee5b546bba0efdb6cc9966 (diff) | |
download | bcm5719-llvm-04832b9210bb61c160cb6cbce40fa04ff6fb52a5.tar.gz bcm5719-llvm-04832b9210bb61c160cb6cbce40fa04ff6fb52a5.zip |
Fixup comment.
llvm-svn: 144548
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<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()) { |