diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2005-10-07 09:34:19 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2005-10-07 09:34:19 +0000 |
commit | fa7b15b858a5f11bc5814937c54d2c557f7ef3c4 (patch) | |
tree | 3b7f46595d7b79f0482984256889439f34cd51e5 | |
parent | 0f10b6d6ced53630da9258d706dd401cc817e5a3 (diff) |
remove dead code
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7107 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | asmcomp/sparc/emit.mlp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asmcomp/sparc/emit.mlp b/asmcomp/sparc/emit.mlp index 3e472bb95..dbca9c394 100644 --- a/asmcomp/sparc/emit.mlp +++ b/asmcomp/sparc/emit.mlp @@ -463,7 +463,6 @@ let rec emit_instr i dslot = ` sdiv {emit_reg i.arg.(0)}, {emit_int n}, {emit_reg i.res.(0)}\n` end | Lop(Iintop_imm(Imod, n)) -> (* n is a power of 2 *) - let log = Misc.log2 n in let lbl = new_label() in ` tst {emit_reg i.arg.(0)}\n`; ` bge {emit_label lbl}\n`; |