Skip to content

Commit

Permalink
Move machine.rs to results.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
acl-cqc committed Oct 22, 2024
1 parent 3eccadf commit 0f4fa52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hugr-passes/src/dataflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ mod datalog;
pub use datalog::Machine;
mod value_row;

mod machine;
pub use machine::{AnalysisResults, TailLoopTermination};
mod results;
pub use results::{AnalysisResults, TailLoopTermination};

mod partial_value;
pub use partial_value::{AbstractValue, PartialSum, PartialValue, Sum};
Expand Down

0 comments on commit 0f4fa52

Please sign in to comment.