mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Added support for both call/jmpl instructions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@930 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -86,7 +86,6 @@ class MachineRegInfo : public NonCopyableV {
|
||||
protected:
|
||||
|
||||
MachineRegClassArrayType MachineRegClassArr;
|
||||
|
||||
|
||||
public:
|
||||
|
||||
@@ -171,6 +170,7 @@ public:
|
||||
|
||||
virtual int getRegType(const LiveRange *const LR) const=0;
|
||||
|
||||
virtual const Value * getCallInstRetVal(const MachineInstr *CallMI) const=0;
|
||||
|
||||
inline virtual unsigned getFramePointer() const=0;
|
||||
|
||||
|
Reference in New Issue
Block a user