diff options
| author | Graydon Hoare <[email protected]> | 2010-07-12 23:48:14 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-12 23:48:14 -0700 |
| commit | 8e6c1aad826adb0cfd1f8159ef7eb2da3dadad5b (patch) | |
| tree | b5c87d3c41b34750d11d0b6234be96d1b3d95a2b /src/boot/be | |
| parent | Start bringing in LLVM bindings. (diff) | |
| download | rust-8e6c1aad826adb0cfd1f8159ef7eb2da3dadad5b.tar.xz rust-8e6c1aad826adb0cfd1f8159ef7eb2da3dadad5b.zip | |
Delete some dead code in x86.
Diffstat (limited to 'src/boot/be')
| -rw-r--r-- | src/boot/be/x86.ml | 8 |
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 |