diff options
author | Eric Christopher <echristo@apple.com> | 2011-09-29 00:00:31 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-09-29 00:00:31 +0000 |
commit | 441937c9be818279f68003071ea2cefc5da7d25d (patch) | |
tree | 29bd9b1072ff854f97b00a9d70a4455f5e5efb02 /lib/CodeGen/CGDebugInfo.cpp | |
parent | cc78c6c6152b6c30b069769b45716e0ae6519211 (diff) |
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140736 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 494504ac38..b48475f432 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -1794,7 +1794,7 @@ void CGDebugInfo::UpdateLineDirectiveRegion(CGBuilderTy &Builder) { } assert (RegionStack.size() >= LineDirectiveFiles.size() - && "error handling #line regions!"); + && "error handling #line regions!"); bool SeenThisFile = false; // Chek if current file is already seen earlier. @@ -1823,6 +1823,7 @@ void CGDebugInfo::UpdateLineDirectiveRegion(CGBuilderTy &Builder) { return; } + /// EmitRegionStart- Constructs the debug code for entering a declarative /// region - beginning of a DW_TAG_lexical_block. void CGDebugInfo::EmitRegionStart(CGBuilderTy &Builder) { |