Chris Lattner 21f20558d6 Fix a bug I noticed by inspection: if the first instruction in the inlined
function was not an alloca, we wouldn't check the entry block for any allocas,
leading to increased stack space in some cases.  In practice, allocas are almost
always at the top of the block, so this was never noticed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25280 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-13 18:16:48 +00:00
..
2005-12-26 14:31:26 +00:00
2005-12-26 10:24:15 +00:00
2006-01-07 06:20:51 +00:00
2006-01-10 03:14:40 +00:00
2005-12-22 20:00:16 +00:00
2004-11-14 21:54:41 +00:00