diff options
Diffstat (limited to 'asmcomp/amd64/scheduling.ml')
-rw-r--r-- | asmcomp/amd64/scheduling.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asmcomp/amd64/scheduling.ml b/asmcomp/amd64/scheduling.ml index 8ba88f4a7..1052a540d 100644 --- a/asmcomp/amd64/scheduling.ml +++ b/asmcomp/amd64/scheduling.ml @@ -12,7 +12,7 @@ (* $Id$ *) -open Schedgen (* to create a dependency *) +let _ = let module M = Schedgen in () (* to create a dependency *) (* Scheduling is turned off because the processor schedules dynamically much better than what we could do. *) |