Skip to content

Commit

Permalink
chore: remove bubble_up_constrains (#6127)
Browse files Browse the repository at this point in the history
# Description

## Problem\*

This SSA pass is unused

## Summary\*



## Additional Context



## Documentation\*

Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.

# PR Checklist\*

- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
michaeljklein authored Sep 23, 2024
1 parent 1217005 commit 5bf7352
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 153 deletions.
152 changes: 0 additions & 152 deletions compiler/noirc_evaluator/src/ssa/opt/bubble_up_constrains.rs

This file was deleted.

1 change: 0 additions & 1 deletion compiler/noirc_evaluator/src/ssa/opt/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
mod array_set;
mod as_slice_length;
mod assert_constant;
mod bubble_up_constrains;
mod constant_folding;
mod defunctionalize;
mod die;
Expand Down

0 comments on commit 5bf7352

Please sign in to comment.