summaryrefslogtreecommitdiff
path: root/extraction/extraction.v
diff options
context:
space:
mode:
Diffstat (limited to 'extraction/extraction.v')
-rw-r--r--extraction/extraction.v6
1 files changed, 2 insertions, 4 deletions
diff --git a/extraction/extraction.v b/extraction/extraction.v
index e0f965d..22df593 100644
--- a/extraction/extraction.v
+++ b/extraction/extraction.v
@@ -51,10 +51,8 @@ Extract Constant Coloring.graph_coloring => "Coloringaux.graph_coloring".
Extract Constant Linearize.enumerate_aux => "Linearizeaux.enumerate_aux".
(* PPC *)
-Extract Constant PPC.low_half_signed => "fun _ -> assert false".
-Extract Constant PPC.high_half_signed => "fun _ -> assert false".
-Extract Constant PPC.low_half_unsigned => "fun _ -> assert false".
-Extract Constant PPC.high_half_unsigned => "fun _ -> assert false".
+Extract Constant PPC.low_half => "fun _ -> assert false".
+Extract Constant PPC.high_half => "fun _ -> assert false".
(* Suppression of stupidly big equality functions *)
Extract Constant CSE.eq_rhs => "fun (x: rhs) (y: rhs) -> x = y".