Skip to content

Commit

Permalink
we only need the primary name
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor authored Dec 30, 2024
1 parent aa70a61 commit 6e266cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/mir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,13 @@ pub enum Mir {
pub struct MirLoop {
pub steps: Vec<Mir>,
pub canonical_name: StrID,
pub canonical_start: StrID,
pub canonical_end: StrID,
}

#[derive(Debug, Clone)]
pub struct MirIf {
pub condition: Condition,
pub steps: Vec<Mir>,
pub canonical_name: StrID,
pub canonical_end: StrID,
}

#[derive(Debug, Clone, Copy)]
Expand Down

0 comments on commit 6e266cf

Please sign in to comment.