[MergeICmp] Update debug msg.NFC

llvm-svn: 329572
This commit is contained in:
Xin Tong 2018-04-09 14:29:13 +00:00
parent b9d57118fb
commit fdad23bc36
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ BCECmpChain::BCECmpChain(const std::vector<BasicBlock *> &Blocks, PHINode &Phi)
Block, Phi.getParent());
Comparison.BB = Block;
if (!Comparison.IsValid()) {
DEBUG(dbgs() << "skip: not a valid BCECmpBlock\n");
DEBUG(dbgs() << "chain with invalid BCECmpBlock, no merge.\n");
return;
}
if (Comparison.doesOtherWork()) {