]> git.lizzy.rs Git - rust.git/commit
Reduced the Lvalue constructors to a kernel of three constructors.
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Wed, 10 Jun 2015 09:42:48 +0000 (11:42 +0200)
committerFelix S. Klock II <pnkfelix@pnkfx.org>
Tue, 28 Jul 2015 14:15:51 +0000 (16:15 +0200)
commit494ce37ffe2e5af63a4701f6d60faa3bc24597f1
tree9d85114fc80f1c5507f268f78a0e4bfe885916a9
parentff14eaf0542b94dce2b4afce1b5443795c11884a
Reduced the Lvalue constructors to a kernel of three constructors.

Updated all call sites that used the other contructors to uniformly
call `Lvalue::new_with_hint`, passing along the appropriate kind
of hint for each context.

Placated tidy in a few other places in datum.rs.
src/librustc_trans/trans/_match.rs
src/librustc_trans/trans/datum.rs
src/librustc_trans/trans/expr.rs