Simplify this code; LoopInfo::getCanonicalInductionVariable will only
[oota-llvm.git] / lib / Analysis / InstCount.cpp
index 4af6acb0f9790d14d909f405e16aefe4efdeb314..bb2cf53c85efdfa859e6f1a22ff72005edac2e57 100644 (file)
@@ -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: