diff options
| author | Graydon Hoare <[email protected]> | 2010-07-01 15:26:00 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-01 15:26:00 -0700 |
| commit | 90b36dcd264b065f5b5963eda928c02f39cb2987 (patch) | |
| tree | fc3d93afbd6c07718fcd8d9e369b4e7657cb9ab2 /src/boot/llvm | |
| parent | Some work on teaching trans to differentiate between auto-deref and explicit-... (diff) | |
| download | rust-90b36dcd264b065f5b5963eda928c02f39cb2987.tar.xz rust-90b36dcd264b065f5b5963eda928c02f39cb2987.zip | |
Correct overzealous bulk-edit to LLVM code.
Diffstat (limited to 'src/boot/llvm')
| -rw-r--r-- | src/boot/llvm/lltrans.ml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |