Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hugr-llvm/src/extension/collections/array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ pub fn decompose_array_fat_pointer<'c>(
/// Returns a pointer and a struct: The pointer points to the first element of the array (i.e. it
/// is of type `elem_ty.ptr_type()`). The struct is the fat pointer of the that stores an additional
/// offset (initialised to be 0).
fn build_array_alloc<'c, H: HugrView<Node = Node>>(
pub fn build_array_alloc<'c, H: HugrView<Node = Node>>(
ctx: &mut EmitFuncContext<'c, '_, H>,
ccg: &impl ArrayCodegen,
elem_ty: BasicTypeEnum<'c>,
Expand Down
Loading