aboutsummaryrefslogtreecommitdiffstats
path: root/backend/CSE3analysisproof.v
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-03-12 21:17:02 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-03-12 21:17:02 +0100
commit1746b22de21bb3d07b44b4e2a22e67df6a9842e0 (patch)
treeefd79d71198a34a4504c8d4120ba754c6f2bf076 /backend/CSE3analysisproof.v
parent7ead22b0a04fbea3fb0ef99ba3528460f0d6bd67 (diff)
downloadcompcert-kvx-1746b22de21bb3d07b44b4e2a22e67df6a9842e0.tar.gz
compcert-kvx-1746b22de21bb3d07b44b4e2a22e67df6a9842e0.zip
begin writing match states predicates
Diffstat (limited to 'backend/CSE3analysisproof.v')
-rw-r--r--backend/CSE3analysisproof.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/CSE3analysisproof.v b/backend/CSE3analysisproof.v
index 5514c532..7a74e623 100644
--- a/backend/CSE3analysisproof.v
+++ b/backend/CSE3analysisproof.v
@@ -783,4 +783,6 @@ Section SOUNDNESS.
assumption.
Qed.
End INDUCTIVENESS.
+
+ Hint Resolve checked_is_inductive_allstep checked_is_inductive_entry : cse3.
End SOUNDNESS.