summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2017-12-05 17:59:07 +0000
committerJoel Galenson <jgalenson@google.com>2017-12-05 17:59:07 +0000
commitd9500bc533949232479e83e223a492cf6e28e67d (patch)
tree49b54ebdc78a888043cab539db5974a06cefcdf8 /llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
parent9a0a00459e58e49a618ee6d613fd921cae02fc05 (diff)
downloadbcm5719-llvm-d9500bc533949232479e83e223a492cf6e28e67d.tar.gz
bcm5719-llvm-d9500bc533949232479e83e223a492cf6e28e67d.zip
Test commit.
I removed a space at the end of a comment. NFC. llvm-svn: 319803
Diffstat (limited to 'llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp')
-rw-r--r--llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp b/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
index 040e0f59c61..091c172300d 100644
--- a/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
+++ b/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
@@ -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;) {
OpenPOWER on IntegriCloud