[MergeICmp] Fix printing. NFC
llvm-svn: 326760
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 @@
// 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;
}