Added COERCE as a midend phase.
authorssmith <ssmith>
Thu, 6 Apr 1995 18:15:39 +0000 (18:15 +0000)
committerssmith <ssmith>
Thu, 6 Apr 1995 18:15:39 +0000 (18:15 +0000)
v8/src/compiler/machines/i386/decls.scm

index fe42436cbc0a142e15ea01531ff968fc7aa9a45f..9da53e0f5f0bc11ec7c2d407f8c863c8e14c2125 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: decls.scm,v 1.1 1995/01/10 20:52:36 adams Exp $
+$Id: decls.scm,v 1.2 1995/04/06 18:15:39 ssmith Exp $
 
 Copyright (c) 1988-1994 Massachusetts Institute of Technology
 
@@ -348,7 +348,7 @@ MIT in each case. |#
                              "rulrew")
             (filename/append "midend"
                              "alpha" "applicat" "assconv" "cleanup"
-                             "closconv" "compat" "copier" "cpsconv"
+                             "closconv" "coerce" "compat" "copier" "cpsconv"
                              "dataflow" "dbgstr" "debug" "earlyrew"
                              "envconv" "expand" "fakeprim" "graph"
                              "indexify" "inlate" "lamlift" "laterew"