aboutsummaryrefslogtreecommitdiffstats
path: root/x86
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-10-02 21:54:34 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-10-02 21:54:34 +0200
commit825b77fe8b4eb0919564e51cfaae69a6dfae24e3 (patch)
treedf8293a59f51b137f2654f8adbe4e6ca7b7cdbc1 /x86
parentb5101e0d9c21810bd40253e3676838f87558e879 (diff)
downloadcompcert-kvx-825b77fe8b4eb0919564e51cfaae69a6dfae24e3.tar.gz
compcert-kvx-825b77fe8b4eb0919564e51cfaae69a6dfae24e3.zip
so that all architectures compile
Diffstat (limited to 'x86')
-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