Change errs() to dbgs().

llvm-svn: 92567
This commit is contained in:
David Greene 2010-01-05 01:24:28 +00:00
parent 2555292e44
commit d7c266bb9c
1 changed files with 1 additions and 1 deletions

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