1
0
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:
David Greene 2010-01-05 01:24:28 +00:00
parent aff8539d1d
commit 6de371c435

View File

@ -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');