From fb202a70ccc2872aa3849854c09810a6bee268e5 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 8 May 2011 08:39:30 +0000 Subject: powerpc/PrintAsm.ml arm/PrintAsm.ml: updated (no label elimination). Added -dmach option and corresponding printer for Mach code. CleanupLabelsproof.v: fixed for ARM Driver.ml: -E sends output to stdout; support for .s and .S source files. cparser/Elab.ml: spurious comment deleted. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1648 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- cparser/Elab.ml | 2 -- 1 file changed, 2 deletions(-) (limited to 'cparser') diff --git a/cparser/Elab.ml b/cparser/Elab.ml index 2b31009f..bbb049e4 100644 --- a/cparser/Elab.ml +++ b/cparser/Elab.ml @@ -1263,8 +1263,6 @@ let elab_for_expr loc env = function (* Elaboration of initializers *) -(* Initializers are first elaborated to the following type: *) - let project_init loc il = List.map (fun (what, i) -> -- cgit