mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Make licm debug message readable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83908 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
757652c5ba
commit
67d1d1f832
@ -605,7 +605,8 @@ 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(errs() << "LICM hoisting to " << Preheader->getName() << ": " << I);
|
||||
DEBUG(errs() << "LICM hoisting to " << Preheader->getName() << ": "
|
||||
<< I << "\n");
|
||||
|
||||
// Remove the instruction from its current basic block... but don't delete the
|
||||
// instruction.
|
||||
|
Loading…
Reference in New Issue
Block a user