summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-09-29 00:00:31 +0000
committerEric Christopher <echristo@apple.com>2011-09-29 00:00:31 +0000
commit250511bc75cf7c0d560a4ec4bcd615e8d6e4fce8 (patch)
treede0ddeebd1c8958acf238092d24cf669679ac4b2 /clang/lib/CodeGen
parent67289582795abbd907e4445188b307b0b43825bd (diff)
downloadbcm5719-llvm-250511bc75cf7c0d560a4ec4bcd615e8d6e4fce8.tar.gz
bcm5719-llvm-250511bc75cf7c0d560a4ec4bcd615e8d6e4fce8.zip
Update comment.
llvm-svn: 140736
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp
index 494504ac38f..b48475f432a 100644
--- a/clang/lib/CodeGen/CGDebugInfo.cpp
+++ b/clang/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) {
OpenPOWER on IntegriCloud