Reapply this increase to the number of virtual registers. All of the
authorEric Christopher <echristo@apple.com>
Fri, 3 Sep 2010 22:46:31 +0000 (22:46 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 3 Sep 2010 22:46:31 +0000 (22:46 +0000)
various breakages appear to be dealt with.

Patch by Pekka Jääskeläinen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113024 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetRegisterInfo.h

index 084695726fd40f88a3b4487ce6f64bfc90741b98..81dec3e5b78da3dc366ceac9017d35c86b846c86 100644 (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