From e29b0c71f446ea6267711c7cc19294fd93fb81ad Mon Sep 17 00:00:00 2001 From: xleroy Date: Sat, 9 Mar 2013 17:28:10 +0000 Subject: Assorted cleanups, esp. to avoid generating _rec and _rect recursors in submodules. (Extraction does not remove them, then.) common/Switch: replaced use of FMaps by our own Maps. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2139 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- backend/Kildall.v | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backend') diff --git a/backend/Kildall.v b/backend/Kildall.v index e1e6ea5..9dc7866 100644 --- a/backend/Kildall.v +++ b/backend/Kildall.v @@ -17,6 +17,10 @@ Require Import Iteration. Require Import Maps. Require Import Lattice. +(* To avoid useless definitions of inductors in extracted code. *) +Local Unset Elimination Schemes. +Local Unset Case Analysis Schemes. + (** A forward dataflow problem is a set of inequations of the form - [X(s) >= transf n X(n)] if program point [s] is a successor of program point [n] -- cgit v1.2.3