summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-09-03 22:46:31 +0000
committerEric Christopher <echristo@apple.com>2010-09-03 22:46:31 +0000
commit2429e2ac23cc1a5cb8154ed4fc44a16e725aa252 (patch)
tree8735b8a6bea0af9b608344e997227dd455854cb5 /include
parent46ffb231c6c46f093e0485415f01a1a99f31c8be (diff)
downloadllvm-2429e2ac23cc1a5cb8154ed4fc44a16e725aa252.tar.gz
llvm-2429e2ac23cc1a5cb8154ed4fc44a16e725aa252.tar.bz2
llvm-2429e2ac23cc1a5cb8154ed4fc44a16e725aa252.tar.xz
Reapply this increase to the number of virtual registers. All of the
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
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetRegisterInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetRegisterInfo.h b/include/llvm/Target/TargetRegisterInfo.h
index 084695726f..81dec3e5b7 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