[llvm-commits] [llvm] r92567 - /llvm/trunk/lib/CodeGen/ProcessImplicitDefs.cpp

David Greene greened at obbligato.org
Mon Jan 4 17:24:29 PST 2010


Author: greened
Date: Mon Jan  4 19:24:28 2010
New Revision: 92567

URL: http://llvm.org/viewvc/llvm-project?rev=92567&view=rev
Log:
Change errs() to dbgs().

Modified:
    llvm/trunk/lib/CodeGen/ProcessImplicitDefs.cpp

Modified: llvm/trunk/lib/CodeGen/ProcessImplicitDefs.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/ProcessImplicitDefs.cpp?rev=92567&r1=92566&r2=92567&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/ProcessImplicitDefs.cpp (original)
+++ llvm/trunk/lib/CodeGen/ProcessImplicitDefs.cpp Mon Jan  4 19:24:28 2010
@@ -61,7 +61,7 @@
 /// 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');
 





More information about the llvm-commits mailing list