projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aebcce8
)
Fix typo in DEBUG printout.
author
Brian Gaeke
<gaeke@uiuc.edu>
Thu, 17 Jun 2004 07:26:52 +0000
(07:26 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Thu, 17 Jun 2004 07:26:52 +0000
(07:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14196
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/LICM.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/LICM.cpp
b/lib/Transforms/Scalar/LICM.cpp
index 2ad13bbae8113d521742e5244dbfa13ef8cdbfcc..8bdde10b64709c2c339fecfaa1753c765d99dc1f 100644
(file)
--- a/
lib/Transforms/Scalar/LICM.cpp
+++ b/
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