From 3ffda353b0d92ccd0ff3693ad0be81531c3c0537 Mon Sep 17 00:00:00 2001 From: xleroy Date: Wed, 9 Mar 2011 13:35:00 +0000 Subject: Updated for Coq 8.3pl1. Some cleanups in test/*/Makefile. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1597 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- extraction/Kildall.ml.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 extraction/Kildall.ml.patch (limited to 'extraction/Kildall.ml.patch') diff --git a/extraction/Kildall.ml.patch b/extraction/Kildall.ml.patch deleted file mode 100644 index 6c948542..00000000 --- a/extraction/Kildall.ml.patch +++ /dev/null @@ -1,21 +0,0 @@ -*** kildall.ml.orig 2009-08-16 15:45:21.000000000 +0200 ---- kildall.ml 2009-08-16 15:45:27.000000000 +0200 -*************** -*** 252,259 **** - - (** val basic_block_map : positive list PTree.t -> positive -> bbmap **) - -! let basic_block_map successors entrypoint x = -! is_basic_block_head entrypoint (make_predecessors successors) x - - (** val basic_block_list : - positive list PTree.t -> bbmap -> positive list **) ---- 252,259 ---- - - (** val basic_block_map : positive list PTree.t -> positive -> bbmap **) - -! let basic_block_map successors entrypoint = -! is_basic_block_head entrypoint (make_predecessors successors) - - (** val basic_block_list : - positive list PTree.t -> bbmap -> positive list **) -- cgit