aboutsummaryrefslogtreecommitdiffstats
path: root/backend/CSE2proof.v
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-02-03 17:11:35 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-02-03 17:11:35 +0100
commit1dd98d18c57abdbc8dc50bbef729e8a898d55aad (patch)
treed69c354dd666d67b6b5bbbb1ec3f2d0cc1c28318 /backend/CSE2proof.v
parent1f994be34eac3ca0d938c213c58a36b3a57bad8c (diff)
downloadcompcert-kvx-1dd98d18c57abdbc8dc50bbef729e8a898d55aad.tar.gz
compcert-kvx-1dd98d18c57abdbc8dc50bbef729e8a898d55aad.zip
comments
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 fe2ade4b..73feccf0 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.