From 11938ee7ee136cfdb7d6e5f7c2b4956dc320807a Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Sat, 25 Jun 2022 10:02:13 +0200 Subject: Update comment re: compile_switch function Fixes: #435 --- common/Switch.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Switch.v b/common/Switch.v index b9aeed96..70d1da15 100644 --- a/common/Switch.v +++ b/common/Switch.v @@ -75,7 +75,7 @@ Fixpoint comptree_match (n: Z) (t: comptree) {struct t}: option nat := (** The translation from a table to a comparison tree is performed by untrusted Caml code (function [compile_switch] in - file [RTLgenaux.ml]). In Coq, we validate a posteriori the + file [Switchaux.ml]). In Coq, we validate a posteriori the result of this function. In other terms, we now develop and prove correct Coq functions that take a table and a comparison tree, and check that their semantics are equivalent. *) -- cgit