]> git.lizzy.rs Git - rust.git/commit
Handle immediate tuples in `trans_arguments_untupled`
authorJames Miller <james@aatch.net>
Wed, 20 Apr 2016 03:27:15 +0000 (15:27 +1200)
committerJames Miller <james@aatch.net>
Thu, 28 Apr 2016 01:18:51 +0000 (13:18 +1200)
commit3bcee269b50def69d73bd588b1619ec6a4756662
tree7e75c411bf7f7d89b5c56f5455fd6f6487c37171
parent0e3b37a52e618f93f8b1357744d507b1b527a0fa
Handle immediate tuples in `trans_arguments_untupled`

Use either getelementptr or extractvalue depending on whether or not the
tuple is immediate or not.
src/librustc_trans/mir/block.rs