commit | e29a5859891eb9e1587396dea0e8010f7d88f68c | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Wed Mar 31 17:54:26 2010 -0700 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Wed Mar 31 17:54:26 2010 -0700 |
tree | 4de5f769931784b05916d0f6d9c1ce81f640fe36 | |
parent | 2d394d4877794d19756c3760d711524dca89f772 [diff] |
Use ir_variable::clone to copy parameters to the function body Several other code movements were also done. This partitions this function into two halves. The first half processes the prototype part, and the second have processes the actual function definition. The coming patch series will parition ast_function_definition::hir into (at least) two separate functions.