Let a target specify whether it wants an assembly printer to be the MC version
[oota-llvm.git] / utils / TableGen / EDEmitter.h
index 9e40a8b1ca4eadb37d4121c53819b28010170387..e30373fed2eb62e7b5bd84ccb3c1a7211cc76c90 100644 (file)
@@ -27,9 +27,6 @@ namespace llvm {
     
     // run - Output the instruction table.
     void run(raw_ostream &o);
-    
-    // runHeader - Emit a header file that allows use of the instruction table.
-    void runHeader(raw_ostream &o);
   };
   
 } // End llvm namespace