diff options
author | Greta Yorsh <gyorsh@janestreet.com> | 2019-08-14 12:52:05 +0100 |
---|---|---|
committer | Greta Yorsh <gyorsh@janestreet.com> | 2019-09-09 11:33:03 +0100 |
commit | aeebb62e9bd5e724bf285d4cb7362e9c03b3f3b3 (patch) | |
tree | 6fa2aad1c281d87595bf893949cb52fb5059951b /asmcomp/i386/selection.ml | |
parent | 3be535c2733f08ff23065d48f62d0a0c94bd6c59 (diff) | |
download | ocaml-aeebb62e9bd5e724bf285d4cb7362e9c03b3f3b3.tar.gz |
Move contains_calls and num_stack_slots from Proc to Mach.fundecl
Diffstat (limited to 'asmcomp/i386/selection.ml')
-rw-r--r-- | asmcomp/i386/selection.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asmcomp/i386/selection.ml b/asmcomp/i386/selection.ml index 9e4e949aa2..f135eb73f5 100644 --- a/asmcomp/i386/selection.ml +++ b/asmcomp/i386/selection.ml @@ -302,7 +302,7 @@ method select_push exp = | _ -> (Ispecific(Ipush), exp) method! mark_c_tailcall = - Proc.contains_calls := true + Selectgen.contains_calls := true method! emit_extcall_args env args = let rec size_pushes = function |