mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
cleanup
This commit is contained in:
parent
63e1374aaa
commit
d80deb37cd
2 changed files with 8 additions and 10 deletions
|
@ -1029,9 +1029,7 @@ pub fn build_exp_expr<'a, 'ctx, 'env>(
|
|||
|
||||
call.set_call_convention(FAST_CALL_CONV);
|
||||
|
||||
let result = call.try_as_basic_value();
|
||||
|
||||
dbg!(result);
|
||||
let _ = call.try_as_basic_value();
|
||||
}
|
||||
None => {
|
||||
panic!("")
|
||||
|
@ -1868,7 +1866,7 @@ fn lookup_at_index_ptr2<'a, 'ctx, 'env>(
|
|||
builder.build_bitcast(
|
||||
result,
|
||||
opaque_wrapper_type.ptr_type(AddressSpace::Generic),
|
||||
"cast_rec_pointer_lookup_at_index_ptr",
|
||||
"cast_rec_pointer_lookup_at_index_ptr_new",
|
||||
)
|
||||
} else {
|
||||
result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue