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:
5669a3e
)
Change errs() to dbgs().
author
David Greene
<greened@obbligato.org>
Thu, 24 Dec 2009 00:06:26 +0000
(
00:06
+0000)
committer
David Greene
<greened@obbligato.org>
Thu, 24 Dec 2009 00:06:26 +0000
(
00:06
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92092
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Bitcode/Writer/Serialize.cpp
patch
|
blob
|
history
diff --git
a/lib/Bitcode/Writer/Serialize.cpp
b/lib/Bitcode/Writer/Serialize.cpp
index a6beb1789e1e19b5c6e223e293ff26f33f3e4436..24bf66fb6cdd671766d04202cc0d7d3323c41a74 100644
(file)
--- a/
lib/Bitcode/Writer/Serialize.cpp
+++ b/
lib/Bitcode/Writer/Serialize.cpp
@@
-83,7
+83,7
@@
SerializedPtrID Serializer::getPtrId(const void* ptr) {
if (I == PtrMap.end()) {
unsigned id = PtrMap.size()+1;
#ifdef DEBUG_BACKPATCH
-
err
s() << "Registered PTR: " << ptr << " => " << id << "\n";
+
dbg
s() << "Registered PTR: " << ptr << " => " << id << "\n";
#endif
PtrMap[ptr] = id;
return id;