Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Jul 31, 2024
1 parent ffe3763 commit ac69ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/edlang_codegen_llvm/src/codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ fn compile_rvalue<'ctx>(
}
}
ir::PlaceElem::Index { value } => {
let (value, _ty) = compile_rvalue(ctx, fn_id, &locals, value)?;
let (value, _ty) = compile_rvalue(ctx, fn_id, locals, value)?;

ptr = unsafe {
ctx.builder.build_in_bounds_gep(
Expand Down

0 comments on commit ac69ebd

Please sign in to comment.