Call static functions so that they aren't left unused.
[oota-llvm.git] / utils / TableGen / FastISelEmitter.h
index 4743ca9bfa01ea842376bfd2d1be1d666454ad3a..ce4e77e6f8f240ef001967beb7e63f1ce8178fc0 100644 (file)
@@ -31,7 +31,7 @@ public:
   explicit FastISelEmitter(RecordKeeper &R);
 
   // run - Output the isel, returning true on failure.
-  void run(std::ostream &OS);
+  void run(raw_ostream &OS);
 };
 
 } // End llvm namespace