aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/PostpassSchedulingproof.v
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-03-08 11:05:57 +0100
committerCyril SIX <cyril.six@kalray.eu>2019-03-08 11:05:57 +0100
commit9b8348b2e3fcbb8394cec54d6fb4e9ac443b21fe (patch)
treecdba1f52ecc03954c19b30673fc06ce051899d11 /mppa_k1c/PostpassSchedulingproof.v
parent8e48a27586656c62bbd7917564d213319870832e (diff)
downloadcompcert-kvx-9b8348b2e3fcbb8394cec54d6fb4e9ac443b21fe.tar.gz
compcert-kvx-9b8348b2e3fcbb8394cec54d6fb4e9ac443b21fe.zip
Refactorized Asmblock exec_basic_instr
Diffstat (limited to 'mppa_k1c/PostpassSchedulingproof.v')
-rw-r--r--mppa_k1c/PostpassSchedulingproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mppa_k1c/PostpassSchedulingproof.v b/mppa_k1c/PostpassSchedulingproof.v
index f969e5b4..8ad30e81 100644
--- a/mppa_k1c/PostpassSchedulingproof.v
+++ b/mppa_k1c/PostpassSchedulingproof.v
@@ -575,7 +575,7 @@ Lemma transf_exec_basic_instr:
Proof.
intros. pose symbol_address_preserved.
unfold exec_basic_instr. exploreInst; simpl; auto; try congruence.
- 1: unfold exec_arith_instr; exploreInst; simpl; auto; try congruence.
+ 1: unfold exec_arith_instr; unfold arith_eval_r; exploreInst; simpl; auto; try congruence.
1-10: apply transf_exec_load.
all: apply transf_exec_store.
Qed.