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:
a8e21d4
)
Change dbgs() back to errs() as Chris requested.
author
David Greene
<greened@obbligato.org>
Wed, 23 Dec 2009 23:29:28 +0000
(23:29 +0000)
committer
David Greene
<greened@obbligato.org>
Wed, 23 Dec 2009 23:29:28 +0000
(23:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92086
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/InstCount.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/InstCount.cpp
b/lib/Analysis/InstCount.cpp
index 4af6acb0f9790d14d909f405e16aefe4efdeb314..bb2cf53c85efdfa859e6f1a22ff72005edac2e57 100644
(file)
--- a/
lib/Analysis/InstCount.cpp
+++ b/
lib/Analysis/InstCount.cpp
@@
-46,7
+46,7
@@
namespace {
#include "llvm/Instruction.def"
void visitInstruction(Instruction &I) {
-
dbg
s() << "Instruction Count does not know about " << I;
+
err
s() << "Instruction Count does not know about " << I;
llvm_unreachable(0);
}
public: