summaryrefslogtreecommitdiff
path: root/module/language/cps/compile-bytecode.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/language/cps/compile-bytecode.scm')
-rw-r--r--module/language/cps/compile-bytecode.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/module/language/cps/compile-bytecode.scm b/module/language/cps/compile-bytecode.scm
index ea46f68e4..f580551a5 100644
--- a/module/language/cps/compile-bytecode.scm
+++ b/module/language/cps/compile-bytecode.scm
@@ -471,11 +471,6 @@
(($ $primcall 'f64-= (a b)) (binary-test emit-f64=? a b))
(($ $primcall 'f64->= (a b)) (binary* emit-f64<? emit-jge emit-jnge a b))
(($ $primcall 'f64-> (a b)) (binary* emit-f64<? emit-jl emit-jnl b a))
- (($ $primcall 'u64-<-scm (a b)) (binary emit-br-if-u64-<-scm a b))
- (($ $primcall 'u64-<=-scm (a b)) (binary emit-br-if-u64-<=-scm a b))
- (($ $primcall 'u64-=-scm (a b)) (binary emit-br-if-u64-=-scm a b))
- (($ $primcall 'u64->=-scm (a b)) (binary emit-br-if-u64->=-scm a b))
- (($ $primcall 'u64->-scm (a b)) (binary emit-br-if-u64->-scm a b))
(($ $primcall 'logtest (a b)) (binary emit-br-if-logtest a b))))
(define (compile-trunc label k exp nreq rest-var)