rust/compiler/rustc_mir_dataflow
Tomasz Miąsko 39de03d844 Change Direction::{is_forward,is_backward} functions into constants
Make it explicit that the analysis direction is constant.

This also makes the value immediately available for optimizations.
Previously those functions were neither inline nor generic and so their
definition was unavailable when using data flow framework from other
crates.
2022-06-07 17:02:55 +02:00
..
src Change Direction::{is_forward,is_backward} functions into constants 2022-06-07 17:02:55 +02:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00