Implement a destination propagation pass
This commit is contained in:
parent
9f8ac718f4
commit
78ff69ba10
5 changed files with 742 additions and 1 deletions
|
@ -6,6 +6,7 @@ Rust MIR: a lowered representation of Rust.
|
|||
|
||||
#![feature(nll)]
|
||||
#![feature(in_band_lifetimes)]
|
||||
#![feature(bindings_after_at)]
|
||||
#![feature(bool_to_option)]
|
||||
#![feature(box_patterns)]
|
||||
#![feature(box_syntax)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue