mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +00:00
added reg alloc support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@588 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1bf6d645cd
commit
c5258a4210
@ -14,6 +14,7 @@
|
||||
class TargetMachine;
|
||||
class MachineInstrInfo;
|
||||
class MachineInstrDescriptor;
|
||||
class MachineRegInfo;
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
// Data types used to define information about a single machine instruction
|
||||
@ -56,6 +57,8 @@ public:
|
||||
|
||||
virtual const MachineInstrInfo& getInstrInfo() const = 0;
|
||||
|
||||
virtual const MachineRegInfo& getRegInfo() const = 0;
|
||||
|
||||
virtual unsigned int findOptimalStorageSize (const Type* ty) const;
|
||||
|
||||
// This really should be in the register info class
|
||||
|
Loading…
x
Reference in New Issue
Block a user