projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26045e2
)
Change errs() to dbgs().
author
David Greene
<greened@obbligato.org>
Mon, 4 Jan 2010 19:36:42 +0000
(19:36 +0000)
committer
David Greene
<greened@obbligato.org>
Mon, 4 Jan 2010 19:36:42 +0000
(19:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92498
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/ELFCodeEmitter.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/ELFCodeEmitter.cpp
b/lib/CodeGen/ELFCodeEmitter.cpp
index a6429f70001ad92fc963e8563211d9a157ac7d80..11a85a0ba79de81d910d36f5fa1dfd5455a195ba 100644
(file)
--- a/
lib/CodeGen/ELFCodeEmitter.cpp
+++ b/
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(
err
s() << "processing function: "
+ DEBUG(
dbg
s() << "processing function: "
<< MF.getFunction()->getName() << "\n");
// Get the ELF Section that this function belongs in.