Skip to content

Commit

Permalink
Merge branch 'master' into kw/dedup-numeric-type
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Feb 14, 2023
2 parents 1d49103 + d5d1be2 commit ad3e9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/noirc_evaluator/src/ssa/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ impl Opcode {
#[derive(Clone, Debug, Hash, Copy, PartialEq, Eq)]
pub struct PrintlnInfo {
// We store strings as arrays and there is no differentiation between them in the SSA.
// This bool simply states whether an array that is to be printed should be outputted as a utf8 string
// This bool simply states whether an array that is to be printed should be outputted as a utf8 string.
pub is_string_output: bool,
// This is a flag used during `nargo test` to determine whether to display println output.
pub show_output: bool,
Expand Down

0 comments on commit ad3e9fe

Please sign in to comment.