aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/ExpansionOracle.ml
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-03-02 18:30:58 +0100
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-03-02 18:30:58 +0100
commit3e953ef41f736ed5b7db699b1adf21d46cb5b8db (patch)
treecbe0d543dd16c8715485fc404bd911f7a177011c /aarch64/ExpansionOracle.ml
parent6bff68d55932bdc4715741a973724317c639b833 (diff)
downloadcompcert-kvx-3e953ef41f736ed5b7db699b1adf21d46cb5b8db.tar.gz
compcert-kvx-3e953ef41f736ed5b7db699b1adf21d46cb5b8db.zip
fix ci ?
Diffstat (limited to 'aarch64/ExpansionOracle.ml')
-rw-r--r--aarch64/ExpansionOracle.ml17
1 files changed, 17 insertions, 0 deletions
diff --git a/aarch64/ExpansionOracle.ml b/aarch64/ExpansionOracle.ml
new file mode 100644
index 00000000..3b63b80d
--- /dev/null
+++ b/aarch64/ExpansionOracle.ml
@@ -0,0 +1,17 @@
+(* *************************************************************)
+(* *)
+(* The Compcert verified compiler *)
+(* *)
+(* Léo Gourdin UGA, VERIMAG *)
+(* *)
+(* Copyright VERIMAG. All rights reserved. *)
+(* This file is distributed under the terms of the INRIA *)
+(* Non-Commercial License Agreement. *)
+(* *)
+(* *************************************************************)
+
+open RTLpathCommon
+
+let expanse (sb : superblock) code pm = (code, pm)
+
+let find_last_node_reg c = ()