0.8.16.2: TYPE-ERROR for ERROR
[sbcl.git] / src / compiler / main.lisp
index 0951cc8..9a86abe 100644 (file)
 
     (ir1-phases component)
 
-    (when *loop-analyze* 
+    (when *loop-analyze*
+      (dfo-as-needed component)
       (find-dominators component)
       (loop-analyze component))