summaryrefslogtreecommitdiffstats
path: root/asmcomp/sparc/scheduling.ml
diff options
context:
space:
mode:
Diffstat (limited to 'asmcomp/sparc/scheduling.ml')
-rw-r--r--asmcomp/sparc/scheduling.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/asmcomp/sparc/scheduling.ml b/asmcomp/sparc/scheduling.ml
index 048880abd..497722bbc 100644
--- a/asmcomp/sparc/scheduling.ml
+++ b/asmcomp/sparc/scheduling.ml
@@ -47,8 +47,6 @@ method oper_issue_cycles = function
| Ialloc _ -> 6
| Iintop(Icomp _) -> 4
| Iintop(Icheckbound) -> 2
- | Iintop_imm(Idiv, _) -> 5
- | Iintop_imm(Imod, _) -> 5
| Iintop_imm(Icomp _, _) -> 4
| Iintop_imm(Icheckbound, _) -> 2
| Inegf -> 2