mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Change errs() to dbgs().
llvm-svn: 92567
This commit is contained in:
parent
aff8539d1d
commit
6de371c435
@ -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');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user