revert my patch, duncan points out what is wrong with my logic. Add
[oota-llvm.git] / lib / Analysis / InstCount.cpp
index b0db671724c7b2f42908e3444f98d217a60847d1..83724caf521060b3f26edb1c6f9b274601a4d9e2 100644 (file)
@@ -59,7 +59,7 @@ namespace {
     virtual void getAnalysisUsage(AnalysisUsage &AU) const {
       AU.setPreservesAll();
     }
-    virtual void print(std::ostream &O, const Module *M) const {}
+    virtual void print(raw_ostream &O, const Module *M) const {}
 
   };
 }