From: Eric Christopher Date: Thu, 19 Aug 2010 01:25:50 +0000 (+0000) Subject: Reapply the virtual register patch from 109102. The places where we were X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e81043a7df0c7902758322a3000b7cb2048b71df;p=oota-llvm.git 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 --- diff --git a/include/llvm/Target/TargetRegisterInfo.h b/include/llvm/Target/TargetRegisterInfo.h index e36cc4f9cec..9d794cc4b2f 100644 --- a/include/llvm/Target/TargetRegisterInfo.h +++ b/include/llvm/Target/TargetRegisterInfo.h @@ -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