Delete some dead code in x86.
This commit is contained in:
parent
cd0c9dd4fb
commit
8e6c1aad82
1 changed files with 0 additions and 8 deletions
|
@ -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 =
|
let activate_glue (e:Il.emitter) : unit =
|
||||||
(*
|
(*
|
||||||
* This is a bit of glue-code. It should be emitted once per
|
* This is a bit of glue-code. It should be emitted once per
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue