Skip to content

Commit

Permalink
chore: add Intrinsic::StrAsBytes to match
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Aug 15, 2023
1 parent 9db7912 commit 4f1ecea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/noirc_evaluator/src/ssa/ir/instruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ impl Intrinsic {
| Intrinsic::SlicePopFront
| Intrinsic::SliceInsert
| Intrinsic::SliceRemove
| Intrinsic::StrAsBytes
| Intrinsic::ToBits(_)
| Intrinsic::ToRadix(_) => false,

Expand Down

0 comments on commit 4f1ecea

Please sign in to comment.