aboutsummaryrefslogtreecommitdiffstats
path: root/x86
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-02-14 07:45:00 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-02-14 07:45:00 +0100
commit12be46d59a2483a10d77fa8ee67f7e0ca1bd702f (patch)
treef12110794358e931e5e519f9c3c010d7d2514543 /x86
parent4274a63b70fa77078dce527af958d5f21b949fbe (diff)
parent117a26880e27ae7d8efcb26d194c5ded3be642d6 (diff)
downloadcompcert-kvx-12be46d59a2483a10d77fa8ee67f7e0ca1bd702f.tar.gz
compcert-kvx-12be46d59a2483a10d77fa8ee67f7e0ca1bd702f.zip
Merge remote-tracking branch 'origin/mppa-work' into mppa-cse2
Diffstat (limited to 'x86')
-rw-r--r--x86/DuplicateOpcodeHeuristic.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/x86/DuplicateOpcodeHeuristic.ml b/x86/DuplicateOpcodeHeuristic.ml
new file mode 100644
index 00000000..85505245
--- /dev/null
+++ b/x86/DuplicateOpcodeHeuristic.ml
@@ -0,0 +1,3 @@
+exception HeuristicSucceeded
+
+let opcode_heuristic code cond ifso ifnot preferred = ()