aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Goutagny <pierre.goutagny@ens-lyon.fr>2021-06-03 15:55:08 +0200
committerPierre Goutagny <pierre.goutagny@ens-lyon.fr>2021-06-03 15:55:08 +0200
commit497d60773b1fd47b4ba250ed8f7e78acccdabfaf (patch)
tree90bc6aee8e8905424ae6fb6cf5961860cd1873cb
parent3181fe5407ed0221714830e2bd1e19850eac5461 (diff)
downloadcompcert-kvx-497d60773b1fd47b4ba250ed8f7e78acccdabfaf.tar.gz
compcert-kvx-497d60773b1fd47b4ba250ed8f7e78acccdabfaf.zip
Add RTLTunneling.v
-rw-r--r--Makefile1
-rw-r--r--backend/RTLTunneling.v0
2 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8d91026e..0556a93c 100644
--- a/Makefile
+++ b/Makefile
@@ -144,6 +144,7 @@ BACKEND=\
Allnontrap.v Allnontrapproof.v \
Allocation.v Allocationproof.v \
Tunneling.v Tunnelingproof.v \
+ RTLTunneling.v \
Linear.v Lineartyping.v \
Linearize.v Linearizeproof.v \
CleanupLabels.v CleanupLabelsproof.v \
diff --git a/backend/RTLTunneling.v b/backend/RTLTunneling.v
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/backend/RTLTunneling.v