From 98af9efca5d63739d72ddeba4c1db5c6e076fb72 Mon Sep 17 00:00:00 2001 From: Xin Tong Date: Tue, 6 Mar 2018 02:04:57 +0000 Subject: [PATCH] [MergeICmp] Fix printing. NFC llvm-svn: 326760 --- llvm/lib/Transforms/Scalar/MergeICmps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Transforms/Scalar/MergeICmps.cpp b/llvm/lib/Transforms/Scalar/MergeICmps.cpp index 7730162..3a5431b 100644 --- a/llvm/lib/Transforms/Scalar/MergeICmps.cpp +++ b/llvm/lib/Transforms/Scalar/MergeICmps.cpp @@ -296,7 +296,7 @@ BCECmpChain::BCECmpChain(const std::vector &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; } -- 2.7.4