One more #:literal-sets

Missed this in 07bde5063b
This commit is contained in:
Asumu Takikawa 2014-03-01 12:39:28 -05:00
parent 5f7bab7506
commit 4a078e36d9

View File

@ -136,6 +136,7 @@
(define-syntax-class unboxed-float-complex-opt-expr
#:commit
#:attributes (real-binding imag-binding (bindings 1))
#:literal-sets (kernel-literals)
;; We let racket's optimizer handle optimization of 0.0s
(pattern (#%plain-app op:+^ (~between cs:unboxed-float-complex-opt-expr 2 +inf.0) ...)