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.

llvm-svn: 113024
This commit is contained in:
Eric Christopher 2010-09-03 22:46:31 +00:00
parent 1346f7e098
commit 0acd994f90
1 changed files with 1 additions and 1 deletions

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