aboutsummaryrefslogtreecommitdiffstats
path: root/backend/CSEproof.v
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-09-07 13:12:39 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-09-07 13:12:39 +0200
commit4cdd085383c5e18989b8636455ddcfc7ceb5843a (patch)
tree43bb51452db0957915a5e9818b0af78b20fb048b /backend/CSEproof.v
parent35febfa5b231a71234a1b32c128169352e96eaca (diff)
downloadcompcert-kvx-4cdd085383c5e18989b8636455ddcfc7ceb5843a.tar.gz
compcert-kvx-4cdd085383c5e18989b8636455ddcfc7ceb5843a.zip
fixes for compiling on other platforms
Diffstat (limited to 'backend/CSEproof.v')
-rw-r--r--backend/CSEproof.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/CSEproof.v b/backend/CSEproof.v
index 209fa40f..5bbb7508 100644
--- a/backend/CSEproof.v
+++ b/backend/CSEproof.v
@@ -1151,7 +1151,7 @@ Proof.
econstructor. split.
eapply exec_Iload; eauto.
- try (rewrite eval_addressing_preserved with (ge1 := ge) by assumption).
+ try (rewrite eval_addressing_preserved with (ge1 := ge); auto; exact symbols_preserved).
econstructor; eauto.
eapply analysis_correct_1; eauto. simpl; eauto.
@@ -1202,7 +1202,7 @@ Proof.
{
econstructor. split.
eapply exec_Iload; eauto.
- try (rewrite eval_addressing_preserved with (ge1 := ge) by assumption).
+ try (rewrite eval_addressing_preserved with (ge1 := ge); auto; exact symbols_preserved).
econstructor; eauto.
eapply analysis_correct_1; eauto. simpl; eauto.
@@ -1216,7 +1216,7 @@ Proof.
{
econstructor. split.
eapply exec_Iload_notrap2; eauto.
- try (rewrite eval_addressing_preserved with (ge1 := ge) by assumption).
+ try (rewrite eval_addressing_preserved with (ge1 := ge); auto; exact symbols_preserved).
econstructor; eauto.
eapply analysis_correct_1; eauto. simpl; eauto.