mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 18:20:22 +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:
parent
6bb0a96fa1
commit
d1c69b5c95
5 changed files with 0 additions and 48 deletions
|
@ -447,11 +447,6 @@ is or might be a read or a write to the same location as A."
|
|||
((u64-> . _))
|
||||
((u64-<= . _))
|
||||
((u64->= . _))
|
||||
((u64-<-scm . _) &type-check)
|
||||
((u64-<=-scm . _) &type-check)
|
||||
((u64-=-scm . _) &type-check)
|
||||
((u64->=-scm . _) &type-check)
|
||||
((u64->-scm . _) &type-check)
|
||||
((s64-= . _))
|
||||
((s64-< . _))
|
||||
((s64-> . _))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue