]> granicus.if.org Git - llvm/commitdiff
Test commit.
authorJoel Galenson <jgalenson@google.com>
Tue, 5 Dec 2017 17:59:07 +0000 (17:59 +0000)
committerJoel Galenson <jgalenson@google.com>
Tue, 5 Dec 2017 17:59:07 +0000 (17:59 +0000)
I removed a space at the end of a comment.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319803 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/CorrelatedValuePropagation.cpp

index 040e0f59c61a63e5ff8fac100b6fcf00b1de5c10..091c172300d2a8d764cbe895475b8a127173987c 100644 (file)
@@ -556,7 +556,7 @@ static bool runImpl(Function &F, LazyValueInfo *LVI, const SimplifyQuery &SQ) {
   // blocks before querying later blocks (which require us to analyze early
   // blocks).  Eagerly simplifying shallow blocks means there is strictly less
   // work to do for deep blocks.  This also means we don't visit unreachable
-  // blocks. 
+  // blocks.
   for (BasicBlock *BB : depth_first(&F.getEntryBlock())) {
     bool BBChanged = false;
     for (BasicBlock::iterator BI = BB->begin(), BE = BB->end(); BI != BE;) {