1.0.24.34: IR2: additional representation for predicates, conditional moves
[sbcl.git] / src / compiler / main.lisp
index f1fc851..1c42b58 100644 (file)
             (maybe-mumble "copy ")
             (copy-propagate component))
 
+          (ir2-optimize component)
+
           (select-representations component)
 
           (when *check-consistency*