aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/SimplLocalsproof.v
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2021-09-26 17:37:52 +0200
committerXavier Leroy <xavier.leroy@college-de-france.fr>2021-10-03 18:43:34 +0200
commit2c46ae4bd8f9f49554daa31988fd98793cc5601e (patch)
treecd2f25e7939e8f7a551c65ec9e599ec08ced7409 /cfrontend/SimplLocalsproof.v
parentd68764918c148a5297c8568dedf496813f720271 (diff)
downloadcompcert-kvx-2c46ae4bd8f9f49554daa31988fd98793cc5601e.tar.gz
compcert-kvx-2c46ae4bd8f9f49554daa31988fd98793cc5601e.zip
Qualify `Instance` and `Program Instance` as `Global`
This avoids a new warning of Coq 8.14.
Diffstat (limited to 'cfrontend/SimplLocalsproof.v')
-rw-r--r--cfrontend/SimplLocalsproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfrontend/SimplLocalsproof.v b/cfrontend/SimplLocalsproof.v
index e4b759c4..c133d8ea 100644
--- a/cfrontend/SimplLocalsproof.v
+++ b/cfrontend/SimplLocalsproof.v
@@ -2320,7 +2320,7 @@ End PRESERVATION.
(** ** Commutation with linking *)
-Instance TransfSimplLocalsLink : TransfLink match_prog.
+Global Instance TransfSimplLocalsLink : TransfLink match_prog.
Proof.
red; intros. eapply Ctypes.link_match_program; eauto.
- intros.