aboutsummaryrefslogtreecommitdiff
path: root/src/boot/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/llvm')
-rw-r--r--src/boot/llvm/lltrans.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/llvm/lltrans.ml b/src/boot/llvm/lltrans.ml
index 1f268fa1..0b780e5e 100644
--- a/src/boot/llvm/lltrans.ml
+++ b/src/boot/llvm/lltrans.ml
@@ -453,7 +453,7 @@ let trans_crate
llbuilder :=
if_ptr_in_slot_not_null
(decr_refcnt_and_if_zero
- Abi.box_rc_slot_field_refcnt
+ Abi.box_rc_field_refcnt
free_and_null_out_slot)
(!llbuilder)
@@ -461,7 +461,7 @@ let trans_crate
llbuilder :=
if_ptr_in_slot_not_null
(decr_refcnt_and_if_zero
- Abi.box_rc_slot_field_refcnt
+ Abi.box_rc_field_refcnt
free_and_null_out_slot)
(!llbuilder)