From 8e6c1aad826adb0cfd1f8159ef7eb2da3dadad5b Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Mon, 12 Jul 2010 23:48:14 -0700 Subject: [PATCH] Delete some dead code in x86. --- src/boot/be/x86.ml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/boot/be/x86.ml b/src/boot/be/x86.ml index d18cf11fc38..a6f60e7b304 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