]> git.lizzy.rs Git - rust.git/commit
Make trans_arg_datum fill a destination vector instead of returning its result
authorBjörn Steinbrink <bsteinbr@gmail.com>
Thu, 18 Jun 2015 19:16:47 +0000 (21:16 +0200)
committerBjörn Steinbrink <bsteinbr@gmail.com>
Sat, 20 Jun 2015 01:35:24 +0000 (03:35 +0200)
commit02d74a4852f9138dbabdfeab8ac31298226620fd
tree8ffa703d6ff8dd85fa0f924e1c393f55799fbef6
parentdea5a9608c5dd111b68cd03428f1d1f98fbec14b
Make trans_arg_datum fill a destination vector instead of returning its result

This makes it easier to support translating a single rust argument to
more than one llvm argument value later.
src/librustc_trans/trans/asm.rs
src/librustc_trans/trans/callee.rs