make tblgen produce a function that returns the name for a physreg.

Nothing is using this info yet.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81707 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2009-09-13 20:08:00 +00:00
parent f806c23a9a
commit 05af2616d0
15 changed files with 78 additions and 12 deletions

View File

@@ -120,6 +120,8 @@ namespace {
/// machine instruction was sufficiently described to print it, otherwise it
/// returns false.
void printInstruction(const MachineInstr *MI);
const char *getRegisterName(unsigned RegNo) const;
void printMachineInstruction(const MachineInstr *MI);
void printOp(const MachineOperand &MO);