Revert 90789 for now. It caused massive compile time regression. Post-ra scheduler slowed down dramatically with this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90868 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2009-12-08 19:34:53 +00:00
parent 65ab34f3f2
commit e8b0915b21

View File

@ -300,7 +300,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