1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-18 02:00:20 +02:00

Remove compiler support for u64-scm comparisons

* module/language/cps/compile-bytecode.scm (compile-function):
* module/language/cps/effects-analysis.scm:
* module/language/cps/primitives.scm (*comparisons*):
* module/language/cps/type-fold.scm:
* module/language/cps/types.scm: Remove compiler support for u64-scm
  comparisons, as this is now inlined.
This commit is contained in:
Andy Wingo 2017-10-29 21:02:56 +01:00
parent 6bb0a96fa1
commit d1c69b5c95
5 changed files with 0 additions and 48 deletions

View file

@ -145,9 +145,6 @@ before it is lowered to CPS?"
;; FIXME: Expand these.
logtest
u64-<-scm
u64-<=-scm
u64-=-scm
;; FIXME: Remove these.
>
@ -156,8 +153,6 @@ before it is lowered to CPS?"
u64->=
s64->
s64->=
u64->=-scm
u64->-scm
f64->
f64->=))