aboutsummaryrefslogtreecommitdiffstats
path: root/backend/LICMaux.ml
diff options
context:
space:
mode:
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;;