From 3fb5f1dcccf8e85b6fe6566260cc334b07453c4a Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Thu, 22 Jul 2010 13:10:14 +0000 Subject: [PATCH] =?UTF-8?q?Increase=20the=20max=20physreg=20size.=20=20Pat?= =?UTF-8?q?ch=20by=20Pekka=20J=C3=A4=C3=A4skel=C3=A4inen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit llvm-svn: 109102 --- include/llvm/Target/TargetRegisterInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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