]> granicus.if.org Git - clang/commitdiff
Update comment.
authorEric Christopher <echristo@apple.com>
Thu, 29 Sep 2011 00:00:31 +0000 (00:00 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 29 Sep 2011 00:00:31 +0000 (00:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140736 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 494504ac38f595b1e774bdbb7f64aa611c9ccefa..b48475f432aeaded9ec126e3d9b3bf9e19b78d65 100644 (file)
@@ -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) {