From 90b36dcd264b065f5b5963eda928c02f39cb2987 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 1 Jul 2010 15:26:00 -0700 Subject: Correct overzealous bulk-edit to LLVM code. --- src/boot/llvm/lltrans.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot') diff --git a/src/boot/llvm/lltrans.ml b/src/boot/llvm/lltrans.ml index c699ae21..ed64485e 100644 --- a/src/boot/llvm/lltrans.ml +++ b/src/boot/llvm/lltrans.ml @@ -465,7 +465,7 @@ let trans_crate free_and_null_out_slot) (!llbuilder) - | MEM_local when Semant.type_is_structured ty -> + | MEM_interior when Semant.type_is_structured ty -> (* FIXME: to handle recursive types, need to call drop glue here, not inline. *) drop_ty llbuilder lltask slot_ptr ty curr_iso -- cgit v1.2.3