diff options
author | David Greene <greened@obbligato.org> | 2010-01-05 01:24:28 +0000 |
---|---|---|
committer | David Greene <greened@obbligato.org> | 2010-01-05 01:24:28 +0000 |
commit | d7c266bb9c26c9da78fe2ac76eb99fdb9776ca2d (patch) | |
tree | a09825098f61be63d921159f6d56651b7b240ca2 /llvm/lib/CodeGen/ProcessImplicitDefs.cpp | |
parent | 2555292e4428bcbbaa28b25885fd893f9d05363a (diff) | |
download | bcm5719-llvm-d7c266bb9c26c9da78fe2ac76eb99fdb9776ca2d.tar.gz bcm5719-llvm-d7c266bb9c26c9da78fe2ac76eb99fdb9776ca2d.zip |
Change errs() to dbgs().
llvm-svn: 92567
Diffstat (limited to 'llvm/lib/CodeGen/ProcessImplicitDefs.cpp')
-rw-r--r-- | llvm/lib/CodeGen/ProcessImplicitDefs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ProcessImplicitDefs.cpp b/llvm/lib/CodeGen/ProcessImplicitDefs.cpp index c9a33d88515..a00f4507af0 100644 --- a/llvm/lib/CodeGen/ProcessImplicitDefs.cpp +++ b/llvm/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'); |