aboutsummaryrefslogtreecommitdiffstats
path: root/riscV
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-03-26 13:00:09 +0100
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-03-26 13:00:09 +0100
commitbc865be27b1aeaf1c7428789dc0dd7b1bf547d99 (patch)
tree54a29ad3b2c6b4a0ef8f6a14bf2d779eda85cd42 /riscV
parent63ddeebc8b5a4e8fe1748cf859085c683aefe404 (diff)
downloadcompcert-kvx-bc865be27b1aeaf1c7428789dc0dd7b1bf547d99.tar.gz
compcert-kvx-bc865be27b1aeaf1c7428789dc0dd7b1bf547d99.zip
fix admit
Diffstat (limited to 'riscV')
-rw-r--r--riscV/RTLpathSE_simplify.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/riscV/RTLpathSE_simplify.v b/riscV/RTLpathSE_simplify.v
index 11e54a00..5804e67e 100644
--- a/riscV/RTLpathSE_simplify.v
+++ b/riscV/RTLpathSE_simplify.v
@@ -1955,8 +1955,7 @@ Proof.
- eapply simplify_ccompfs_correct; eauto.
(* Cnotcompfs *)
- eapply simplify_cnotcompfs_correct; eauto.
-(*Qed.*)
-Admitted.
+Qed.
Lemma target_cbranch_expanse_correct hst c l ge sp rs0 m0 st c' l': forall
(TARGET: target_cbranch_expanse hst c l = Some (c', l'))