From e57315d524658bcde314785bcf30780f2361e359 Mon Sep 17 00:00:00 2001 From: xleroy Date: Fri, 22 Mar 2013 10:10:13 +0000 Subject: RTLtyping: now performed entirely in Coq, no need for an external Caml oracle + a validator. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2157 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- extraction/extraction.v | 3 --- 1 file changed, 3 deletions(-) (limited to 'extraction') diff --git a/extraction/extraction.v b/extraction/extraction.v index 89c708b..1397416 100644 --- a/extraction/extraction.v +++ b/extraction/extraction.v @@ -53,9 +53,6 @@ Extraction Inline RTLgen.ret RTLgen.error RTLgen.bind RTLgen.bind2. Extract Inlined Constant Inlining.should_inline => "Inliningaux.should_inline". Extraction Inline Inlining.ret Inlining.bind. -(* RTLtyping *) -Extract Constant RTLtyping.infer_type_environment => "RTLtypingaux.infer_type_environment". - (* Constprop *) Extract Constant ConstpropOp.propagate_float_constants => "fun _ -> !Clflags.option_ffloatconstprop >= 1". -- cgit v1.2.3