mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
Reapply this increase to the number of virtual registers. All of the
various breakages appear to be dealt with. Patch by Pekka Jääskeläinen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113024 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
46ffb231c6
commit
2429e2ac23
@ -301,7 +301,7 @@ public:
|
|||||||
/// considered to be a 'virtual' register, which is part of the SSA
|
/// considered to be a 'virtual' register, which is part of the SSA
|
||||||
/// namespace. This must be the same for all targets, which means that each
|
/// namespace. This must be the same for all targets, which means that each
|
||||||
/// target is limited to this fixed number of registers.
|
/// target is limited to this fixed number of registers.
|
||||||
FirstVirtualRegister = 1024
|
FirstVirtualRegister = 16384
|
||||||
};
|
};
|
||||||
|
|
||||||
/// isPhysicalRegister - Return true if the specified register number is in
|
/// isPhysicalRegister - Return true if the specified register number is in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user