summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorXin Tong <trent.xin.tong@gmail.com>2018-03-06 02:04:57 +0000
committerXin Tong <trent.xin.tong@gmail.com>2018-03-06 02:04:57 +0000
commit98af9efca5d63739d72ddeba4c1db5c6e076fb72 (patch)
treecca2cb23e5a94c74da2b55b4db49193e14565010 /llvm/lib
parent5e3b41d5737eaba761cc9490fb9c36bfcc64cd36 (diff)
downloadbcm5719-llvm-98af9efca5d63739d72ddeba4c1db5c6e076fb72.tar.gz
bcm5719-llvm-98af9efca5d63739d72ddeba4c1db5c6e076fb72.zip
[MergeICmp] Fix printing. NFC
llvm-svn: 326760
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/Scalar/MergeICmps.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/MergeICmps.cpp b/llvm/lib/Transforms/Scalar/MergeICmps.cpp
index 7730162bfa4..3a5431b5171 100644
--- a/llvm/lib/Transforms/Scalar/MergeICmps.cpp
+++ b/llvm/lib/Transforms/Scalar/MergeICmps.cpp
@@ -296,7 +296,7 @@ BCECmpChain::BCECmpChain(const std::vector<BasicBlock *> &Blocks, PHINode &Phi)
// split them apart in a separate block before the comparison chain.
// Right now we just discard it and make the chain shorter.
DEBUG(dbgs()
- << "ignoring first block '" << Comparison.BB->getName()
+ << "ignoring initial block '" << Comparison.BB->getName()
<< "' that does extra work besides compare\n");
continue;
}
OpenPOWER on IntegriCloud