Add new method for `unassigned-test' predicate type.
authorChris Hanson <org/chris-hanson/cph>
Thu, 12 Feb 1987 00:41:08 +0000 (00:41 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 12 Feb 1987 00:41:08 +0000 (00:41 +0000)
v7/src/compiler/rtlopt/rcse1.scm

index 7f99cb979f3ed6fd9eda16625618c02d680cf619..3ac437078a9fb777b86d3163c40dc4cf2f49a713 100644 (file)
@@ -38,7 +38,7 @@
 ;;;; RTL Common Subexpression Elimination
 ;;;  Based on the GNU C Compiler
 
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/rtlopt/rcse1.scm,v 1.97 1986/12/21 23:44:21 cph Exp $
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/rtlopt/rcse1.scm,v 1.98 1987/02/12 00:41:08 cph Exp $
 
 (declare (usual-integrations))
 (using-syntax (access compiler-syntax-table compiler-package)
 (define-trivial-one-arg-method 'TYPE-TEST
   rtl:type-test-expression rtl:set-type-test-expression!)
 
+(define-trivial-one-arg-method 'UNASSIGNED-TEST
+  rtl:type-test-expression rtl:set-unassigned-test-expression!)
+
 (define-cse-method 'RETURN noop)
 (define-cse-method 'PROCEDURE-HEAP-CHECK noop)
 (define-cse-method 'CONTINUATION-HEAP-CHECK noop)