mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
796c466cea
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |