Increase the max physreg size. Patch by Pekka Jääskeläinen.

llvm-svn: 109102
This commit is contained in:
Duncan Sands 2010-07-22 13:10:14 +00:00
parent 225d763b90
commit 3fb5f1dccc

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