mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-09 09:38:24 +00:00
format
This commit is contained in:
parent
ffe3763716
commit
ac69ebde2a
|
@ -1089,7 +1089,7 @@ fn compile_rvalue<'ctx>(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ir::PlaceElem::Index { value } => {
|
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 {
|
ptr = unsafe {
|
||||||
ctx.builder.build_in_bounds_gep(
|
ctx.builder.build_in_bounds_gep(
|
||||||
|
|
Loading…
Reference in a new issue