aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-07-23 12:16:56 +0000
committerEric Christopher <echristo@apple.com>2010-07-23 12:16:56 +0000
commit3012e2213bd29bd9202bf17d4053eae25311ecd7 (patch)
tree8d2f15ce7110d60feefa32d51769a7345d9f5722
parent9843688f97b770bde4091f23f7ccf31cb9b47990 (diff)
Revert r109102 for now as it's causing JIT miscompilations.
I'll try to track down why a bit later. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109223 91177308-0d34-0410-b5e6-96231b3b80d8
-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 7ee5a92d09..cb7297c5b7 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 = 16384
+ FirstVirtualRegister = 1024
};
/// isPhysicalRegister - Return true if the specified register number is in