aboutsummaryrefslogtreecommitdiffstats
path: root/backend/LICMaux.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-01 16:15:54 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-01 16:15:54 +0200
commitaebbc43842ec0c49058b718c685e08edf11ce614 (patch)
tree4a9418d0e86a88986dbca4f51ecd9a5cfd0c7355 /backend/LICMaux.ml
parent87d2c34910a017c13a908cfe2cf2c627e56e6cfe (diff)
downloadcompcert-kvx-aebbc43842ec0c49058b718c685e08edf11ce614.tar.gz
compcert-kvx-aebbc43842ec0c49058b718c685e08edf11ce614.zip
route through LICMaux
Diffstat (limited to 'backend/LICMaux.ml')
-rw-r--r--backend/LICMaux.ml4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/LICMaux.ml b/backend/LICMaux.ml
new file mode 100644
index 00000000..542b6ea8
--- /dev/null
+++ b/backend/LICMaux.ml
@@ -0,0 +1,4 @@
+open RTL;;
+
+let gen_injections (f : function) (max_pc : node) (max_reg : reg) =
+ PTree.empty;;