#| -*-Scheme-*-
-$Id: dataflow.scm,v 1.13 1995/04/30 17:22:37 adams Exp $
+$Id: dataflow.scm,v 1.14 1995/05/01 03:36:18 adams Exp $
Copyright (c) 1994 Massachusetts Institute of Technology
(lambda ()
(graph/initialize-links! graph)
(graph/dataflow! graph)
+ (if (graph/interesting? graph)
+ (graph/display-statistics! graph))
(graph/cleanup! graph)))
(graph/substitite-simple-constants
;;(if compiler:guru?
;; (graph/look-for-interesting-nodes graph))
(graph/compiled-procedure-reductions graph)
- (if (graph/interesting? graph)
- (graph/display-statistics! graph))
graph)))))