summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-06-17 07:26:52 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-06-17 07:26:52 +0000
commit661963c63f879a9277e4750637717c57b300dc95 (patch)
tree25b3cc6bb39976a7731e6a0b2e7abc73dc374605 /llvm/lib/Transforms
parent6f4a596234bbdb0d479437e83e60ba77968b8b9a (diff)
downloadbcm5719-llvm-661963c63f879a9277e4750637717c57b300dc95.tar.gz
bcm5719-llvm-661963c63f879a9277e4750637717c57b300dc95.zip
Fix typo in DEBUG printout.
llvm-svn: 14196
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/LICM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LICM.cpp b/llvm/lib/Transforms/Scalar/LICM.cpp
index 2ad13bbae81..8bdde10b647 100644
--- a/llvm/lib/Transforms/Scalar/LICM.cpp
+++ b/llvm/lib/Transforms/Scalar/LICM.cpp
@@ -549,7 +549,7 @@ void LICM::sink(Instruction &I) {
/// that is safe to hoist, this instruction is called to do the dirty work.
///
void LICM::hoist(Instruction &I) {
- DEBUG(std::cerr << "LICM hoisting to" << Preheader->getName()
+ DEBUG(std::cerr << "LICM hoisting to " << Preheader->getName()
<< ": " << I);
// Remove the instruction from its current basic block... but don't delete the
OpenPOWER on IntegriCloud