mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Reapply the virtual register patch from 109102. The places where we were
depending on the number of virtual registers appear to have all been handled now. llvm-svn: 111499
This commit is contained in:
parent
355d472093
commit
3f1dd52a7c
@ -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 = 1024
|
||||
FirstVirtualRegister = 16384
|
||||
};
|
||||
|
||||
/// isPhysicalRegister - Return true if the specified register number is in
|
||||
|
Loading…
Reference in New Issue
Block a user