fix build and while at it remove a redudant include
[oota-llvm.git] / utils / TableGen / InstrEnumEmitter.h
index b39fef2d433c9e4db86809fc6e13b5206033924d..89f8b659d702ff712c2c36e9ac66b15bf258f3d9 100644 (file)
@@ -25,7 +25,7 @@ public:
   InstrEnumEmitter(RecordKeeper &R) : Records(R) {}
 
   // run - Output the instruction set description, returning true on failure.
-  void run(std::ostream &OS);
+  void run(raw_ostream &OS);
 };
 
 } // End llvm namespace