summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2010-01-04 19:36:42 +0000
committerDavid Greene <greened@obbligato.org>2010-01-04 19:36:42 +0000
commit94cfbe1dddd7e5555f58668e099067db3c96b575 (patch)
tree60c794ba6fb6e0af87a61d5e2d0b45f6f83291f3 /llvm/lib/CodeGen
parent9882a5aac6ec67f8b0935617965f61d2519875a7 (diff)
downloadbcm5719-llvm-94cfbe1dddd7e5555f58668e099067db3c96b575.tar.gz
bcm5719-llvm-94cfbe1dddd7e5555f58668e099067db3c96b575.zip
Change errs() to dbgs().
llvm-svn: 92498
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/ELFCodeEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ELFCodeEmitter.cpp b/llvm/lib/CodeGen/ELFCodeEmitter.cpp
index a6429f70001..11a85a0ba79 100644
--- a/llvm/lib/CodeGen/ELFCodeEmitter.cpp
+++ b/llvm/lib/CodeGen/ELFCodeEmitter.cpp
@@ -37,7 +37,7 @@ namespace llvm {
/// startFunction - This callback is invoked when a new machine function is
/// about to be emitted.
void ELFCodeEmitter::startFunction(MachineFunction &MF) {
- DEBUG(errs() << "processing function: "
+ DEBUG(dbgs() << "processing function: "
<< MF.getFunction()->getName() << "\n");
// Get the ELF Section that this function belongs in.
OpenPOWER on IntegriCloud