Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Nov 28, 2024
1 parent 54b97b2 commit 6e01d46
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion compiler/noirc_evaluator/src/ssa/ir/instruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ use noirc_frontend::hir_def::types::Type as HirType;
use crate::ssa::{ir::function::RuntimeType, opt::flatten_cfg::value_merger::ValueMerger};

use super::{
basic_block::BasicBlockId, dfg::{CallStack, DataFlowGraph}, function::Function, map::Id, types::{NumericType, Type}, value::{Value, ValueId}
basic_block::BasicBlockId,
dfg::{CallStack, DataFlowGraph},
function::Function,
map::Id,
types::{NumericType, Type},
value::{Value, ValueId},
};

mod binary;
Expand Down

0 comments on commit 6e01d46

Please sign in to comment.