diff options
author | Eric Christopher <echristo@apple.com> | 2012-01-12 01:26:51 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-01-12 01:26:51 +0000 |
commit | 7c9b2fdf1920b2e7b9f8f353dd70041cfc44473f (patch) | |
tree | 74f654f59659a0a6218292295fe83ea06df61938 /lib/CodeGen/CGDebugInfo.cpp | |
parent | cc66254946ec86a2ec94ff9c8db96b05a364a94f (diff) |
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147988 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 f48157f48c..46a50e555b 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -863,7 +863,7 @@ CGDebugInfo::CreateCXXMemberFunction(const CXXMethodDecl *Method, } /// CollectCXXMemberFunctions - A helper function to collect debug info for -/// C++ member functions.This is used while creating debug info entry for +/// C++ member functions. This is used while creating debug info entry for /// a Record. void CGDebugInfo:: CollectCXXMemberFunctions(const CXXRecordDecl *RD, llvm::DIFile Unit, |