Преглед изворни кода

Change errs() to dbgs().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92567 91177308-0d34-0410-b5e6-96231b3b80d8
David Greene пре 15 година
родитељ
комит
7530efb49e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/CodeGen/ProcessImplicitDefs.cpp

+ 1 - 1
lib/CodeGen/ProcessImplicitDefs.cpp

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