]> git.lizzy.rs Git - rust.git/commit
Add a human-readable textual form for MIR.
authorScott Olson <scott@solson.me>
Wed, 30 Dec 2015 02:06:19 +0000 (20:06 -0600)
committerScott Olson <scott@solson.me>
Mon, 4 Jan 2016 22:11:32 +0000 (16:11 -0600)
commit661976cbd1ca3f9cd32d60cc0c48d9b291d7887f
tree7f7149d380c5c6ae2297b238c2b36864f80345b2
parentbadc23b6ad47c6b6d401a3ea1dc5163bdcd86cd7
Add a human-readable textual form for MIR.

This can be dumped for a particular `fn` with the attribute
`#![rustc_mir(pretty = "filename.mir"]`.
src/librustc_mir/lib.rs
src/librustc_mir/mir_map.rs
src/librustc_mir/pretty.rs [new file with mode: 0644]