mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-03 16:18:37 +00:00
Fix typo in DEBUG printout.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14196 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aebcce8404
commit
802daf8b7d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user