summaryrefslogtreecommitdiff
path: root/asmcomp/deadcode.ml
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2014-04-26 09:38:29 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2014-04-26 09:38:29 +0000
commit95d98cd9782c0577b0c7290f6535b29e7bd4cd41 (patch)
tree5d07d4ee94ae191b769e7d269c236dd2a357753a /asmcomp/deadcode.ml
parent9c1d005ebb21b9eff2804ac4d80450251ffe6b5a (diff)
downloadocaml-95d98cd9782c0577b0c7290f6535b29e7bd4cd41.tar.gz
ID comments are so passé.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14687 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'asmcomp/deadcode.ml')
-rw-r--r--asmcomp/deadcode.ml4
1 files changed, 1 insertions, 3 deletions
diff --git a/asmcomp/deadcode.ml b/asmcomp/deadcode.ml
index a92ab681c7..d3d0fcb906 100644
--- a/asmcomp/deadcode.ml
+++ b/asmcomp/deadcode.ml
@@ -4,14 +4,12 @@
(* *)
(* Xavier Leroy, projet Gallium, INRIA Rocquencourt *)
(* *)
-(* Copyright 2012 Institut National de Recherche en Informatique et *)
+(* Copyright 2014 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed *)
(* under the terms of the Q Public License version 1.0. *)
(* *)
(***********************************************************************)
-(* $Id: linearize.ml 11156 2011-07-27 14:17:02Z doligez $ *)
-
(* Dead code elimination: remove pure instructions whose results are
not used. *)