Correct the algorithms for choosing spill and restore points so that we don't try...
authorOwen Anderson <resistor@mac.com>
Thu, 29 Jan 2009 22:13:06 +0000 (22:13 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 29 Jan 2009 22:13:06 +0000 (22:13 +0000)
commit3ef4549d9d03146a23971f44155eca6330fb308e
treec2c56ec68e164f8fe40ffbf938846ae5af1d4d8a
parent15b3830bcda4f9958abf1c65e6e1c64c5cbb484d
Correct the algorithms for choosing spill and restore points so that we don't try to insert loads/stores between call frame setup and the actual call.

This fixes the last known failure for the pre-alloc-splitter.

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