mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Drop unnecessary .into()
This commit is contained in:
parent
0ed1892329
commit
4f007dd535
1 changed files with 1 additions and 1 deletions
|
@ -2111,7 +2111,7 @@ fn build_int_unary_op<'a, 'ctx, 'env>(
|
|||
);
|
||||
|
||||
BasicValueEnum::IntValue(bd.build_int_sub(
|
||||
xored_arg.into(),
|
||||
xored_arg,
|
||||
bd.build_load(shifted_alloca, shifted_name).into_int_value(),
|
||||
"sub_xored_shifted",
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue