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

llvm-svn: 90868
This commit is contained in:
Evan Cheng 2009-12-08 19:34:53 +00:00
parent 1c548021ec
commit dc3e58eb89
1 changed files with 1 additions and 1 deletions

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