aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/SimplExprproof.v
diff options
context:
space:
mode:
authorXavier Leroy <xavierleroy@users.noreply.github.com>2021-10-16 10:17:47 +0200
committerGitHub <noreply@github.com>2021-10-16 10:17:47 +0200
commitd04d3963f9d095f5e444226e6d62bc5fc5e4921b (patch)
tree93cdf01c7c7d5f744aa5dd8dd85ca8af72370732 /cfrontend/SimplExprproof.v
parent990c96e18ca31781484f558d46c94537b5ec59cf (diff)
parentaf2b004f567e5437904ffa168cf1d79d7b176a00 (diff)
downloadcompcert-d04d3963f9d095f5e444226e6d62bc5fc5e4921b.tar.gz
compcert-d04d3963f9d095f5e444226e6d62bc5fc5e4921b.zip
Merge pull request #415 from AbsInt/coq-8.14-compat
Improved compatibility with Coq 8.14
Diffstat (limited to 'cfrontend/SimplExprproof.v')
-rw-r--r--cfrontend/SimplExprproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfrontend/SimplExprproof.v b/cfrontend/SimplExprproof.v
index 67bf0e51..507e2128 100644
--- a/cfrontend/SimplExprproof.v
+++ b/cfrontend/SimplExprproof.v
@@ -2444,7 +2444,7 @@ End PRESERVATION.
(** ** Commutation with linking *)
-Instance TransfSimplExprLink : TransfLink match_prog.
+Global Instance TransfSimplExprLink : TransfLink match_prog.
Proof.
red; intros. eapply Ctypes.link_match_program_gen; eauto.
- intros.