Fix typo in DEBUG printout.

llvm-svn: 14196
This commit is contained in:
Brian Gaeke 2004-06-17 07:26:52 +00:00
parent 6f4a596234
commit 661963c63f
1 changed files with 1 additions and 1 deletions

View File

@ -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