From bc865be27b1aeaf1c7428789dc0dd7b1bf547d99 Mon Sep 17 00:00:00 2001 From: Léo Gourdin Date: Fri, 26 Mar 2021 13:00:09 +0100 Subject: fix admit --- riscV/RTLpathSE_simplify.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'riscV') 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')) -- cgit