aboutsummaryrefslogtreecommitdiffstats
path: root/backend/CSE2proof.v
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-02-03 17:17:33 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-02-03 17:17:33 +0100
commit9ac665bba44e45eed8517d8f40a1b41c51051348 (patch)
treeaf82f36389926343b91eb94777853c8e4ea17f80 /backend/CSE2proof.v
parentb71f1c635f20550f6ffdea7f99e65b8516d46768 (diff)
parent1dd98d18c57abdbc8dc50bbef729e8a898d55aad (diff)
downloadcompcert-kvx-9ac665bba44e45eed8517d8f40a1b41c51051348.tar.gz
compcert-kvx-9ac665bba44e45eed8517d8f40a1b41c51051348.zip
Merge branch 'dm-cse2' of /home/monniaux/progs/CompCert/dm-cse2 into mppa-cse2
Diffstat (limited to 'backend/CSE2proof.v')
-rw-r--r--backend/CSE2proof.v8
1 files changed, 8 insertions, 0 deletions
diff --git a/backend/CSE2proof.v b/backend/CSE2proof.v
index f0351c3a..2b9b71dc 100644
--- a/backend/CSE2proof.v
+++ b/backend/CSE2proof.v
@@ -1,3 +1,11 @@
+(*
+Replace available expressions by the register containing their value.
+
+Proofs.
+
+David Monniaux, CNRS, VERIMAG
+ *)
+
Require Import Coqlib Maps Errors Integers Floats Lattice Kildall.
Require Import AST Linking.
Require Import Memory Registers Op RTL Maps.