forked from OSchip/llvm-project
parent
2555292e44
commit
d7c266bb9c
|
@ -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