Made it print instructions so I can learn what linear-lap looks like.
authorssmith <ssmith>
Thu, 12 Jan 1995 15:33:07 +0000 (15:33 +0000)
committerssmith <ssmith>
Thu, 12 Jan 1995 15:33:07 +0000 (15:33 +0000)
v8/src/compiler/machines/i386/lapopt.scm

index 9c44c8c93e26498c8682a97f1376a64d06ec145e..3501f505743f1b9902c889801b92e5368ac381b3 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/compiler/machines/i386/lapopt.scm,v 1.1 1995/01/10 20:53:00 adams Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/compiler/machines/i386/lapopt.scm,v 1.2 1995/01/12 15:33:07 ssmith Exp $
 
 Copyright (c) 1992 Massachusetts Institute of Technology
 
@@ -37,4 +37,5 @@ MIT in each case. |#
 (declare (usual-integrations))
 
 (define (optimize-linear-lap instructions)
-  instructions)
\ No newline at end of file
+  (pp instructions)
+  instructions)