Update comment.
llvm-svn: 140736
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp
index 494504a..b48475f 100644
--- a/clang/lib/CodeGen/CGDebugInfo.cpp
+++ b/clang/lib/CodeGen/CGDebugInfo.cpp
@@ -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) {