mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-12 01:18:03 +00:00
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:
@@ -67,6 +67,8 @@ namespace {
|
||||
}
|
||||
|
||||
void printInstruction(const MachineInstr *MI); // autogenerated.
|
||||
const char *getRegisterName(unsigned RegNo) const;
|
||||
|
||||
void printMachineInstruction(const MachineInstr * MI);
|
||||
|
||||
void emitFunctionHeader(const MachineFunction &MF);
|
||||
|
||||
Reference in New Issue
Block a user