diff options
| author | Xin Tong <trent.xin.tong@gmail.com> | 2018-03-06 02:04:57 +0000 |
|---|---|---|
| committer | Xin Tong <trent.xin.tong@gmail.com> | 2018-03-06 02:04:57 +0000 |
| commit | 98af9efca5d63739d72ddeba4c1db5c6e076fb72 (patch) | |
| tree | cca2cb23e5a94c74da2b55b4db49193e14565010 /llvm/lib | |
| parent | 5e3b41d5737eaba761cc9490fb9c36bfcc64cd36 (diff) | |
| download | bcm5719-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.cpp | 2 |
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; } |

