Skip to content

Commit

Permalink
Update src/emit/expression.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Steuernagel <[email protected]>
Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung and LucasSte authored Sep 21, 2023
1 parent 1a6b023 commit 5b9db53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emit/expression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2274,7 +2274,7 @@ fn basic_value_to_slice<'a>(
_ => unreachable!(),
};

// In Program Runtime v1, we can't do dynamic alloca. Remove the malloc once we move to
// FIXME: In Program Runtime v1, we can't do dynamic alloca. Remove the malloc once we move to
// program runtime v2
let size = bin.builder.build_int_mul(
bin.builder.build_int_truncate(
Expand Down

0 comments on commit 5b9db53

Please sign in to comment.