forked from OSchip/llvm-project
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:
parent
1c548021ec
commit
dc3e58eb89
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue