aboutsummaryrefslogtreecommitdiffstats
path: root/x86/PrepassSchedulingOracle.ml
diff options
context:
space:
mode:
Diffstat (limited to 'x86/PrepassSchedulingOracle.ml')
-rw-r--r--x86/PrepassSchedulingOracle.ml5
1 files changed, 5 insertions, 0 deletions
diff --git a/x86/PrepassSchedulingOracle.ml b/x86/PrepassSchedulingOracle.ml
new file mode 100644
index 00000000..7b6a1b14
--- /dev/null
+++ b/x86/PrepassSchedulingOracle.ml
@@ -0,0 +1,5 @@
+open RTL
+open Registers
+
+(* Do not do anything *)
+let schedule_sequence (seqa : (instruction*Regset.t) array) = None