mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
Re-re-revert this patch. It seems to be causing performance
and correctness regressions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111527 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e5ec111b9
commit
638ff6d315
@ -301,7 +301,7 @@ public:
|
||||
/// 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
|
||||
/// target is limited to this fixed number of registers.
|
||||
FirstVirtualRegister = 16384
|
||||
FirstVirtualRegister = 1024
|
||||
};
|
||||
|
||||
/// isPhysicalRegister - Return true if the specified register number is in
|
||||
|
Loading…
x
Reference in New Issue
Block a user