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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111499 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2010-08-19 01:25:50 +00:00
parent 59f8a6a666
commit e81043a7df

View File

@ -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