summaryrefslogtreecommitdiff
path: root/asmcomp/schedgen.ml
diff options
context:
space:
mode:
authorGreta Yorsh <gyorsh@janestreet.com>2019-08-13 12:11:13 +0100
committerGreta Yorsh <gyorsh@janestreet.com>2019-09-04 11:55:11 +0100
commit0b6b544fcb3cb47f5f7b531d8d062c3d89538d0c (patch)
treefb80f7a56dd7b03dfa83bf98904ea06c2611d78d /asmcomp/schedgen.ml
parent5526a31364fb8fb909977e14ceb9fa1ea9c29e94 (diff)
downloadocaml-0b6b544fcb3cb47f5f7b531d8d062c3d89538d0c.tar.gz
Split Linearize into two modules
Separate the description of the IR from the transformations performed on it by moving type declarations from linearize.ml into their own file, called linear.ml.
Diffstat (limited to 'asmcomp/schedgen.ml')
-rw-r--r--asmcomp/schedgen.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/asmcomp/schedgen.ml b/asmcomp/schedgen.ml
index 414842283d..a4b4f3a4fb 100644
--- a/asmcomp/schedgen.ml
+++ b/asmcomp/schedgen.ml
@@ -17,7 +17,7 @@
open Reg
open Mach
-open Linearize
+open Linear
(* Representation of the code DAG. *)