mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-14 00:31:06 +00:00
Revert 90789 for now. It caused massive compile time regression. Post-ra scheduler slowed down dramatically with this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90868 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
65ab34f3f2
commit
e8b0915b21
@ -300,7 +300,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