summaryrefslogtreecommitdiff
path: root/extraction
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-03-22 10:10:13 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-03-22 10:10:13 +0000
commite57315d524658bcde314785bcf30780f2361e359 (patch)
tree1d8975d92d91019be560dc0c1cb2c5a1765d107d /extraction
parent19312255445aa74672b2bd1c07f0be7372606be2 (diff)
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
Diffstat (limited to 'extraction')
-rw-r--r--extraction/extraction.v3
1 files changed, 0 insertions, 3 deletions
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".