mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +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.
|
||||
bool ProcessImplicitDefs::runOnMachineFunction(MachineFunction &fn) {
|
||||
|
||||
DEBUG(errs() << "********** PROCESS IMPLICIT DEFS **********\n"
|
||||
DEBUG(dbgs() << "********** PROCESS IMPLICIT DEFS **********\n"
|
||||
<< "********** Function: "
|
||||
<< ((Value*)fn.getFunction())->getName() << '\n');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user