Skip to content

Commit

Permalink
Update compiler/noirc_evaluator/src/ssa/ir/dfg.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Vezenov <[email protected]>
  • Loading branch information
aakoshh and vezenovm authored Jan 6, 2025
1 parent eebf650 commit 694e27c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions compiler/noirc_evaluator/src/ssa/ir/dfg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,7 @@ impl DataFlowGraph {
pub(crate) fn new(runtime: RuntimeType) -> Self {
Self {
runtime,
instructions: Default::default(),
results: Default::default(),
values: Default::default(),
constants: Default::default(),
functions: Default::default(),
intrinsics: Default::default(),
foreign_functions: Default::default(),
blocks: Default::default(),
replaced_value_ids: Default::default(),
locations: Default::default(),
call_stack_data: Default::default(),
data_bus: Default::default(),
..Default::default()
}
}

Expand Down

0 comments on commit 694e27c

Please sign in to comment.