Generalize the register matching code in DAGISel a bit.
[oota-llvm.git] / utils / TableGen / AsmWriterEmitter.h
index 75e69964ef89eeb10533f28cf6b745968d5e869b..5e8d6f5b7fe7529cd90b1b6a176d56becc6bef54 100644 (file)
@@ -35,6 +35,11 @@ namespace llvm {
     void run(raw_ostream &o);
 
 private:
+    void EmitPrintInstruction(raw_ostream &o);
+    void EmitGetRegisterName(raw_ostream &o);
+    void EmitGetInstructionName(raw_ostream &o);
+    void EmitPrintAliasInstruction(raw_ostream &O);
+    
     AsmWriterInst *getAsmWriterInstByID(unsigned ID) const {
       assert(ID < NumberedInstructions.size());
       std::map<const CodeGenInstruction*, AsmWriterInst*>::const_iterator I =