]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #53966 - ljedrz:mir_dataflow_cleanups, r=estebank
authorkennytm <kennytm@gmail.com>
Fri, 7 Sep 2018 05:47:20 +0000 (13:47 +0800)
committerkennytm <kennytm@gmail.com>
Fri, 7 Sep 2018 10:13:52 +0000 (18:13 +0800)
commit776b90cee204ddfdb868d16ef37d571fec9002c8
tree2273bd5a5ea35d45649cf7caff339953deb08446
parent7e9fb7896284955ccf6543a117d6d9b3732cb8dc
parentb7c0d32c5f53d748dc3d05672dedc71dc786970a
Rollup merge of #53966 - ljedrz:mir_dataflow_cleanups, r=estebank

A few cleanups and minor improvements to mir/dataflow

- simplify `dot::GraphWalk::edges` and optimize its vector's allocation
- turn a `kill` loop into `kill_all`
- remove the `prepost` parameter from `dataflow_path` (it doesn't seem to do anything)
- a couple of other minor improvements