aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Duplicateproof.v
diff options
context:
space:
mode:
authorSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2020-03-09 08:07:04 +0100
committerSylvain Boulmé <sylvain.boulme@univ-grenoble-alpes.fr>2020-03-09 08:07:04 +0100
commit1df2fadbf5ab0687d2aac52f3a83bbe071c25139 (patch)
tree63b2cf7495a255da4d3b5ae9ddd4f0781a9c2b0d /backend/Duplicateproof.v
parent7b85e3b00e500c5d65cf2df1adeae8ecd7d3e88d (diff)
downloadcompcert-kvx-1df2fadbf5ab0687d2aac52f3a83bbe071c25139.tar.gz
compcert-kvx-1df2fadbf5ab0687d2aac52f3a83bbe071c25139.zip
removing some coqc 8.10 warnings
Diffstat (limited to 'backend/Duplicateproof.v')
-rw-r--r--backend/Duplicateproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Duplicateproof.v b/backend/Duplicateproof.v
index a8e9b16b..466b4b75 100644
--- a/backend/Duplicateproof.v
+++ b/backend/Duplicateproof.v
@@ -378,7 +378,7 @@ Theorem step_simulation:
step tge s2 t s2'
/\ match_states s1' s2'.
Proof.
- Local Hint Resolve transf_fundef_correct.
+ Local Hint Resolve transf_fundef_correct: core.
induction 1; intros; inv MS.
(* Inop *)
- eapply dupmap_correct in DUPLIC; eauto.