Skip to content

Commit

Permalink
Use AbstractVecSet
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Jan 14, 2025
1 parent 5c63c5a commit da73d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_evaluator/src/ssa/opt/mem2reg/alias_set.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use vec_collections::VecSet;
use vec_collections::{AbstractVecSet, VecSet};

use crate::ssa::ir::value::ValueId;

Expand Down

0 comments on commit da73d7e

Please sign in to comment.