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

Fairly major change: emit fixed sized allocas in the entry block as a variable,

instead of a variable pointer and an alloca.  All accesses to the variable then
use the address-of operator to access it.  This plays better with the internal
GCC code generation phases, which bail early on functions which contain allocas.
It also makes the code a bit easier to read.

llvm-svn: 6734
parent 2a8c301c
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