| commit | fb70cf528ebc86f6006438f34b3d45074807c6b7 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Tue Jun 17 04:39:14 2003 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Tue Jun 17 04:39:14 2003 +0000 |
| tree | a9c451334338c3060027d3e55bab60982d066671 | |
| parent | 2a8c301c9f92d8639bbc795fcc144ca0c4d7d0ef [diff] |
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