Generalize the register matching code in DAGISel a bit.
[oota-llvm.git] / utils / TableGen / AsmWriterEmitter.h
index 7862caa25a8a03471faafa1ae348ff6543bccb67..5e8d6f5b7fe7529cd90b1b6a176d56becc6bef54 100644 (file)
@@ -37,6 +37,8 @@ namespace llvm {
 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());