From: Duncan Sands Date: Thu, 22 Jul 2010 13:10:14 +0000 (+0000) Subject: Increase the max physreg size. Patch by Pekka Jääskeläinen. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=907cd1a569c4b3aa8451ea509f6b1018134884d3;p=oota-llvm.git Increase the max physreg size. Patch by Pekka Jääskeläinen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109102 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetRegisterInfo.h b/include/llvm/Target/TargetRegisterInfo.h index cb7297c5b7d..7ee5a92d096 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