Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,
authorChad Rosier <mcrosier@apple.com>
Mon, 26 Nov 2012 23:25:41 +0000 (23:25 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 26 Nov 2012 23:25:41 +0000 (23:25 +0000)
commit728aede2e9b436c7c3748379f01aa7ca42cd917e
treede8c0024aa46e6f30cdbb82f1013bd97c6cb7c2a
parent216532ac0a7b333e814cc86b7c91358db6a7e819
Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,
r168627), we no longer need to call the freezeReservedRegs() function a second
time.  Previously, this pass was conservatively adding the FP to the set of
reserved registers, requiring the second update to the reserved registers.
rdar://12719844

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168631 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAllocFast.cpp
lib/CodeGen/RegAllocPBQP.cpp