Skip to content

Commit

Permalink
analyze: move labels to control_flow mod
Browse files Browse the repository at this point in the history
  • Loading branch information
rpitasky committed Sep 8, 2024
1 parent 70f2f38 commit 65da33c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions ti-basic-optimizer/src/analyze/control_flow/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//! # Control Flow Analysis
mod failure_paths;
mod labels;
1 change: 0 additions & 1 deletion ti-basic-optimizer/src/analyze/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
mod labels;
mod control_flow;

0 comments on commit 65da33c

Please sign in to comment.