aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-17 04:39:14 +0000
committerChris Lattner <sabre@nondot.org>2003-06-17 04:39:14 +0000
commita8ab89e3da4fcd85f330ee3f85ac656cbb6cf048 (patch)
tree6658365b85501d22b4059f03d850c011d436709a /lib/Bytecode/Reader
parentbea68b3021ee9fea9ca28f8d14e742b025f95c2b (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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6734 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Reader')
0 files changed, 0 insertions, 0 deletions