aboutsummaryrefslogtreecommitdiff
path: root/src/boot/be/macho.ml
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-08-03 18:52:49 -0700
committerGraydon Hoare <[email protected]>2010-08-03 18:52:49 -0700
commitc014748c0191b711e2adf5a5db224474ea4e75d3 (patch)
tree6c48001fb6c568ff409c73c3d6998dd292b31800 /src/boot/be/macho.ml
parentMore stdlib hashmap work. Add a simple test and XFAIL it due to a valgrind-s... (diff)
downloadrust-c014748c0191b711e2adf5a5db224474ea4e75d3.tar.xz
rust-c014748c0191b711e2adf5a5db224474ea4e75d3.zip
Remove dead implicit-destinations logic from IL.
Diffstat (limited to 'src/boot/be/macho.ml')
-rw-r--r--src/boot/be/macho.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/be/macho.ml b/src/boot/be/macho.ml
index c2970e78..da3c8550 100644
--- a/src/boot/be/macho.ml
+++ b/src/boot/be/macho.ml
@@ -961,7 +961,7 @@ let emit_file
let edx_pointee =
Il.Mem ((Il.RegIn (edx, None)), Il.ScalarTy (Il.AddrTy Il.OpaqueTy))
in
- Il.emit_full e (Some start_fixup) [] Il.Dead;
+ Il.emit_full e (Some start_fixup) Il.Dead;
(* zero marks the bottom of the frame chain. *)
Il.emit e (Il.Push (X86.imm (Asm.IMM 0L)));