diff options
Diffstat (limited to 'asmcomp/arm64/scheduling.ml')
-rw-r--r-- | asmcomp/arm64/scheduling.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asmcomp/arm64/scheduling.ml b/asmcomp/arm64/scheduling.ml index 04f514e91d..86a3c616db 100644 --- a/asmcomp/arm64/scheduling.ml +++ b/asmcomp/arm64/scheduling.ml @@ -13,7 +13,7 @@ (* *) (**************************************************************************) -let _ = let module M = Schedgen in () (* to create a dependency *) +open! Schedgen (* to create a dependency *) (* Scheduling is turned off because the processor schedules dynamically much better than what we could do. *) |