tblgen/AsmMatcher: Emit simple matcher for register names.
[oota-llvm.git] / utils / TableGen / AsmWriterEmitter.h
index 302722d6df06fbd0ec763374a16a2b6dcfc6d6b9..75e69964ef89eeb10533f28cf6b745968d5e869b 100644 (file)
@@ -32,7 +32,7 @@ namespace llvm {
     AsmWriterEmitter(RecordKeeper &R) : Records(R) {}
 
     // run - Output the asmwriter, returning true on failure.
-    void run(std::ostream &o);
+    void run(raw_ostream &o);
 
 private:
     AsmWriterInst *getAsmWriterInstByID(unsigned ID) const {