Skip to content
Snippets Groups Projects
Commit 108804d8 authored by xleroy's avatar xleroy
Browse files

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
parent 636e4500
No related branches found
No related tags found
No related merge requests found
......@@ -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".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment