aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@lilo.org>2021-08-02 14:03:45 +0200
committerLéo Gourdin <leo.gourdin@lilo.org>2021-08-02 14:03:45 +0200
commit54a22d92bc18fa3ece958a097844caa5e7b2e0c5 (patch)
tree2f798acf96f63313827bd7eabce7383d1b70e3b9 /scheduling
parent806a3844f154fb76ce45c446c35d846c58b942fc (diff)
downloadcompcert-kvx-54a22d92bc18fa3ece958a097844caa5e7b2e0c5.tar.gz
compcert-kvx-54a22d92bc18fa3ece958a097844caa5e7b2e0c5.zip
CI fix on arm
Diffstat (limited to 'scheduling')
-rw-r--r--scheduling/BTLtoRTLproof.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/scheduling/BTLtoRTLproof.v b/scheduling/BTLtoRTLproof.v
index 4ef55928..cbdc81bd 100644
--- a/scheduling/BTLtoRTLproof.v
+++ b/scheduling/BTLtoRTLproof.v
@@ -232,8 +232,8 @@ Proof.
inv MIB. exists pc'; split; auto; constructor.
apply plus_one. inv LOAD.
eapply exec_Iload; eauto.
- 2: destruct (eval_addressing _ _ _ _) eqn:EVAL;
- [ eapply exec_Iload_notrap2 | eapply exec_Iload_notrap1]; eauto.
+ all: try (destruct (eval_addressing _ _ _ _) eqn:EVAL;
+ [ eapply exec_Iload_notrap2 | eapply exec_Iload_notrap1]; eauto).
all: erewrite <- eval_addressing_preserved; eauto;
intros; rewrite symbols_preserved; trivial.
- (* exec_store *)