From 108804d88e16b00f171c2ac546c6c1a60f3c3ff8 Mon Sep 17 00:00:00 2001
From: xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>
Date: Wed, 31 Oct 2007 17:08:46 +0000
Subject: [PATCH] Simplification des Cconst_symbol: seules les versions
 'signed' sont conservees

git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@443 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
---
 extraction/extraction.v | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/extraction/extraction.v b/extraction/extraction.v
index e0f965d77..22df59337 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".
-- 
GitLab