From 4f65a83e13eff9119edb98683864b946a0947f76 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 5 Jul 2020 13:26:02 +0100 Subject: No addmitted in Veriloggenproof However, there may have been breaking changes to HTLgenproof. --- src/translation/HTLgenproof.v | 1 - 1 file changed, 1 deletion(-) (limited to 'src/translation/HTLgenproof.v') diff --git a/src/translation/HTLgenproof.v b/src/translation/HTLgenproof.v index 82d4cfc..305c14f 100644 --- a/src/translation/HTLgenproof.v +++ b/src/translation/HTLgenproof.v @@ -342,7 +342,6 @@ Section CORRECTNESS. intros (cu & tf & P & Q & R); exists tf; auto. Qed. - Lemma functions_translated: forall (v: Values.val) (f: RTL.fundef), Genv.find_funct ge v = Some f -> -- cgit