[cfe-commits] r140736 - /cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
Eric Christopher
echristo at apple.com
Wed Sep 28 17:00:31 PDT 2011
Author: echristo
Date: Wed Sep 28 19:00:31 2011
New Revision: 140736
URL: http://llvm.org/viewvc/llvm-project?rev=140736&view=rev
Log:
Update comment.
Modified:
cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.cpp?rev=140736&r1=140735&r2=140736&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.cpp Wed Sep 28 19:00:31 2011
@@ -1794,7 +1794,7 @@
}
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 @@
return;
}
+
/// EmitRegionStart- Constructs the debug code for entering a declarative
/// region - beginning of a DW_TAG_lexical_block.
void CGDebugInfo::EmitRegionStart(CGBuilderTy &Builder) {
More information about the cfe-commits
mailing list