summaryrefslogtreecommitdiff
path: root/extraction/extraction.v
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-05-01 09:22:49 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-05-01 09:22:49 +0000
commit7717d9e5f781a0b0d79f72c5439cf822f4ea78d0 (patch)
treed45945dd6c43a0a42ad34ff4a19461f51d238702 /extraction/extraction.v
parenteb3c0686c9e819aa906eda462fd1952a8063da6a (diff)
Coq-defined equality functions for Allocation.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2225 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'extraction/extraction.v')
-rw-r--r--extraction/extraction.v11
1 files changed, 0 insertions, 11 deletions
diff --git a/extraction/extraction.v b/extraction/extraction.v
index 804ccef..211569e 100644
--- a/extraction/extraction.v
+++ b/extraction/extraction.v
@@ -19,7 +19,6 @@ Require RTLgen.
Require Inlining.
Require ConstpropOp.
Require Constprop.
-Require Allocation.
Require Compiler.
(* Standard lib *)
@@ -73,16 +72,6 @@ Extract Constant ConstpropOp.propagate_float_constants =>
Extract Constant Constprop.generate_float_constants =>
"fun _ -> !Clflags.option_ffloatconstprop >= 2".
-(* Allocation *)
-Extract Constant Allocation.eq_operation => "(=)".
-Extract Constant Allocation.eq_addressing => "(=)".
-Extract Constant Allocation.eq_opt_addressing => "(=)".
-Extract Constant Allocation.eq_condition => "(=)".
-Extract Constant Allocation.eq_chunk => "(=)".
-Extract Constant Allocation.eq_external_function => "(=)".
-Extract Constant Allocation.eq_signature => "(=)".
-Extract Constant Allocation.regalloc => "Regalloc.regalloc".
-
(* Linearize *)
Extract Constant Linearize.enumerate_aux => "Linearizeaux.enumerate_aux".