fixup for previous commit
This commit is contained in:
parent
87b10400c2
commit
5aeb3217ee
@ -3838,6 +3838,7 @@ test "float widening" {
|
||||
<p>TODO: [N]T to ?[]const T</p>
|
||||
<p>TODO: *[N]T to []T</p>
|
||||
<p>TODO: *[N]T to [*]T</p>
|
||||
<p>TODO: *[N]T to ?[*]T</p>
|
||||
<p>TODO: *T to *[1]T</p>
|
||||
<p>TODO: [N]T to E![]const T</p>
|
||||
{#header_close#}
|
||||
|
@ -10708,7 +10708,7 @@ static IrInstruction *ir_analyze_cast(IrAnalyze *ira, IrInstruction *source_inst
|
||||
actual_type->data.pointer.child_type->data.array.child_type, source_node,
|
||||
!wanted_child_type->data.pointer.is_const).id == ConstCastResultIdOk)
|
||||
{
|
||||
IrInstruction *cast1 = ir_resolve_ptr_of_array_to_slice(ira, source_instr, value, wanted_child_type);
|
||||
IrInstruction *cast1 = ir_resolve_ptr_of_array_to_unknown_len_ptr(ira, source_instr, value, wanted_child_type);
|
||||
return ir_analyze_maybe_wrap(ira, source_instr, cast1, wanted_type);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user