forked from OSchip/llvm-project
Change dbgs() back to errs() as Chris requested.
llvm-svn: 92086
This commit is contained in:
parent
f790593e6e
commit
1495b5f887
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue