Sentenc-ify comment added in r174206.
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 2 Feb 2013 00:36:58 +0000 (00:36 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 2 Feb 2013 00:36:58 +0000 (00:36 +0000)
Based on post-commit review by Paul Robinson.

llvm-svn: 174248

clang/lib/CodeGen/CodeGenFunction.cpp

index 119b90a..50e52c6 100644 (file)
@@ -144,8 +144,8 @@ void CodeGenFunction::EmitReturnBlock() {
     if (BI && BI->isUnconditional() &&
         BI->getSuccessor(0) == ReturnBlock.getBlock()) {
       // Reset insertion point, including debug location, and delete the branch.
-      // this is really subtle & only works because the next change in location
-      // will hit the caching in CGDebugInfo::EmitLocation & not override this
+      // This is really subtle & only works because the next change in location
+      // will hit the caching in CGDebugInfo::EmitLocation & not override this.
       Builder.SetCurrentDebugLocation(BI->getDebugLoc());
       Builder.SetInsertPoint(BI->getParent());
       BI->eraseFromParent();