Skip to content

Commit 6dd56f1

Browse files
committed
[move compiler] add reaching-def analysis
1 parent e33e3c1 commit 6dd56f1

File tree

5 files changed

+488
-4
lines changed

5 files changed

+488
-4
lines changed

third_party/move/move-compiler-v2/src/pipeline/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ pub mod exit_state_analysis;
1717
pub mod flush_writes_processor;
1818
pub mod lint_processor;
1919
pub mod livevar_analysis_processor;
20+
pub mod reaching_def_analysis_processor;
2021
pub mod reference_safety;
2122
pub mod split_critical_edges_processor;
2223
pub mod uninitialized_use_checker;

0 commit comments

Comments
 (0)