[MergeICmp] Fix printing. NFC
authorXin Tong <trent.xin.tong@gmail.com>
Tue, 6 Mar 2018 02:04:57 +0000 (02:04 +0000)
committerXin Tong <trent.xin.tong@gmail.com>
Tue, 6 Mar 2018 02:04:57 +0000 (02:04 +0000)
llvm-svn: 326760

llvm/lib/Transforms/Scalar/MergeICmps.cpp

index 7730162..3a5431b 100644 (file)
@@ -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;
       }