From 0f9018baabe8feeed19d8f7e14f8480e898b5a84 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Tue, 8 Dec 2020 19:56:28 +0100 Subject: CSE3 now runs on its own fixpoint iterator not based on Kildall.v --- extraction/extraction.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extraction') diff --git a/extraction/extraction.v b/extraction/extraction.v index 2f6f9599..01c4c459 100644 --- a/extraction/extraction.v +++ b/extraction/extraction.v @@ -221,7 +221,7 @@ Set Extraction AccessOpaque. Cd "extraction". Separate Extraction - CSE3analysis.internal_analysis CSE3analysis.eq_cond_depends_on_mem + CSE3analysis.eq_cond_depends_on_mem Compiler.transf_c_program Compiler.transf_cminor_program Cexec.do_initial_state Cexec.do_step Cexec.at_final_state Ctypes.merge_attributes Ctypes.remove_attributes Ctypes.build_composite_env -- cgit