Skip to content

Commit

Permalink
Update noir/noir-repo/compiler/noirc_evaluator/src/ssa/opt/die.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Dec 5, 2024
1 parent e276378 commit 905851e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noir/noir-repo/compiler/noirc_evaluator/src/ssa/opt/die.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Dead Instruction Elimination (DIE) pass: Removes any instruction without side-effects for
//! which the results are unused.
use fxhash::FxHashSet as HashSet;
use fxhash::{FxHashMap as HashMap, FxHashSet as HashSet};
use im::Vector;
use noirc_errors::Location;
use rayon::iter::{IntoParallelRefMutIterator, ParallelIterator};
Expand Down

0 comments on commit 905851e

Please sign in to comment.