mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Do not talk about TargetRegisterInfo::FirstVirtualRegister.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123097 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
358de24dc1
commit
56e4d89642
@ -32,7 +32,7 @@ private:
|
||||
public:
|
||||
enum {
|
||||
// The target register number for an abstract frame pointer. The value is
|
||||
// an arbitrary value greater than TargetRegisterInfo::FirstVirtualRegister.
|
||||
// an arbitrary value that doesn't collide with any real target register.
|
||||
VirtualFP = ~0U
|
||||
};
|
||||
MachineLocation()
|
||||
|
Loading…
Reference in New Issue
Block a user