aboutsummaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-07-12 23:48:14 -0700
committerGraydon Hoare <[email protected]>2010-07-12 23:48:14 -0700
commit8e6c1aad826adb0cfd1f8159ef7eb2da3dadad5b (patch)
treeb5c87d3c41b34750d11d0b6234be96d1b3d95a2b /src/boot
parentStart bringing in LLVM bindings. (diff)
downloadrust-8e6c1aad826adb0cfd1f8159ef7eb2da3dadad5b.tar.xz
rust-8e6c1aad826adb0cfd1f8159ef7eb2da3dadad5b.zip
Delete some dead code in x86.
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/be/x86.ml8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/boot/be/x86.ml b/src/boot/be/x86.ml
index d18cf11f..a6f60e7b 100644
--- a/src/boot/be/x86.ml
+++ b/src/boot/be/x86.ml
@@ -1428,14 +1428,6 @@ let fn_tail_call
;;
-let loop_info_field_retpc = 0;;
-let loop_info_field_sp = 1;;
-let loop_info_field_fp = 2;;
-
-let self_args_cell (self_args_rty:Il.referent_ty) : Il.cell =
- Il.Mem (Il.RegIn (h ebp, Some (Asm.IMM frame_base_sz)), self_args_rty)
-;;
-
let activate_glue (e:Il.emitter) : unit =
(*
* This is a bit of glue-code. It should be emitted once per