diff options
| author | Eric Christopher <echristo@apple.com> | 2010-07-23 12:16:56 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2010-07-23 12:16:56 +0000 |
| commit | 17a8ebcccf63695f0e684b0e366adc503f6c2d45 (patch) | |
| tree | 2a6b38cd7297d084bd08580d70dd02ff486b292f | |
| parent | a1e9c98302ae861dc6c35ef80b570aec7fed0504 (diff) | |
| download | bcm5719-llvm-17a8ebcccf63695f0e684b0e366adc503f6c2d45.tar.gz bcm5719-llvm-17a8ebcccf63695f0e684b0e366adc503f6c2d45.zip | |
Revert r109102 for now as it's causing JIT miscompilations.
I'll try to track down why a bit later.
llvm-svn: 109223
| -rw-r--r-- | llvm/include/llvm/Target/TargetRegisterInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetRegisterInfo.h b/llvm/include/llvm/Target/TargetRegisterInfo.h index 7ee5a92d096..cb7297c5b7d 100644 --- a/llvm/include/llvm/Target/TargetRegisterInfo.h +++ b/llvm/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 |

