Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ac69ebd

Browse files
committedJul 31, 2024
format
1 parent ffe3763 commit ac69ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/edlang_codegen_llvm/src/codegen.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ fn compile_rvalue<'ctx>(
10891089
}
10901090
}
10911091
ir::PlaceElem::Index { value } => {
1092-
let (value, _ty) = compile_rvalue(ctx, fn_id, &locals, value)?;
1092+
let (value, _ty) = compile_rvalue(ctx, fn_id, locals, value)?;
10931093

10941094
ptr = unsafe {
10951095
ctx.builder.build_in_bounds_gep(

0 commit comments

Comments
 (0)
Please sign in to comment.