Hal Finkel 100a94bc93 Not all PPC functions with a frame pointer need a RS spill slot
We used to add a spill slot for the register scavenger whenever the function
has a frame pointer. This is unnecessarily conservative: We may need the spill
slot for dynamic stack allocations, and functions with dynamic stack
allocations always have a FP, but we might also have a FP for other reasons
(such as the user explicitly disabling frame-pointer elimination), and we don't
necessarily need a spill slot for those functions.

The structsinregs test needed adjustment because it disables FP elimination.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177106 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-14 19:34:32 +00:00
..
2013-03-09 18:25:40 +00:00
2013-03-14 05:43:59 +00:00
2013-01-11 18:12:39 +00:00
2013-03-11 22:10:14 +00:00
2013-03-11 22:10:14 +00:00
2013-03-11 22:10:14 +00:00
2013-02-12 14:18:49 +00:00
2012-12-11 21:25:42 +00:00
2013-03-11 22:10:14 +00:00
2013-03-11 22:10:14 +00:00
2013-03-14 06:57:42 +00:00
2013-03-11 22:10:14 +00:00