From 1495b5f88756cbfe34171fd492d79c5759441b89 Mon Sep 17 00:00:00 2001 From: David Greene Date: Wed, 23 Dec 2009 23:29:28 +0000 Subject: Change dbgs() back to errs() as Chris requested. llvm-svn: 92086 --- llvm/lib/Analysis/InstCount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Analysis/InstCount.cpp') diff --git a/llvm/lib/Analysis/InstCount.cpp b/llvm/lib/Analysis/InstCount.cpp index 4af6acb0f97..bb2cf53c85e 100644 --- a/llvm/lib/Analysis/InstCount.cpp +++ b/llvm/lib/Analysis/InstCount.cpp @@ -46,7 +46,7 @@ namespace { #include "llvm/Instruction.def" void visitInstruction(Instruction &I) { - dbgs() << "Instruction Count does not know about " << I; + errs() << "Instruction Count does not know about " << I; llvm_unreachable(0); } public: -- cgit v1.2.3