Skip to content
Commit 257492c0 authored by Chris Lattner's avatar Chris Lattner
Browse files

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.

llvm-svn: 25280
parent 49c4d536
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment