summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenedikt Meurer <benedikt.meurer@googlemail.com>2012-02-04 10:00:44 +0000
committerBenedikt Meurer <benedikt.meurer@googlemail.com>2012-02-04 10:00:44 +0000
commitbb007b5a22f127aa7ef685c49e0ff40059efe092 (patch)
tree7200a3fdab1ea856ae94cda25955fd05692a91a8
parent78e2ed88d8e0ebe3e007b5aeccbdb88b29be3042 (diff)
[i386] Don't override insert_op.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12123 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--asmcomp/i386/selection.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/asmcomp/i386/selection.ml b/asmcomp/i386/selection.ml
index f25f09007..38c7a1d73 100644
--- a/asmcomp/i386/selection.ml
+++ b/asmcomp/i386/selection.ml
@@ -282,9 +282,6 @@ method! insert_op_debug op dbg rs rd =
with Use_default ->
super#insert_op_debug op dbg rs rd
-method! insert_op op rs rd =
- self#insert_op_debug op Debuginfo.none rs rd
-
(* Selection of push instructions for external calls *)
method select_push exp =