mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-24 08:24:33 +00:00
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92567 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -61,7 +61,7 @@ bool ProcessImplicitDefs::CanTurnIntoImplicitDef(MachineInstr *MI,
|
|||||||
/// implicit_def defs and their uses.
|
/// implicit_def defs and their uses.
|
||||||
bool ProcessImplicitDefs::runOnMachineFunction(MachineFunction &fn) {
|
bool ProcessImplicitDefs::runOnMachineFunction(MachineFunction &fn) {
|
||||||
|
|
||||||
DEBUG(errs() << "********** PROCESS IMPLICIT DEFS **********\n"
|
DEBUG(dbgs() << "********** PROCESS IMPLICIT DEFS **********\n"
|
||||||
<< "********** Function: "
|
<< "********** Function: "
|
||||||
<< ((Value*)fn.getFunction())->getName() << '\n');
|
<< ((Value*)fn.getFunction())->getName() << '\n');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user