Added RTL PROFILE-COUNT and PROFILE-DATA.
authorStephen Adams <edu/mit/csail/zurich/adams>
Sat, 26 Nov 1994 19:21:03 +0000 (19:21 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Sat, 26 Nov 1994 19:21:03 +0000 (19:21 +0000)
v8/src/compiler/rtlbase/rtlty1.scm

index fb21f037ada7a9bc4d82933f177dfa4af6b63921..bc1de75a30db893b5f4d7aba65da10a5b02c498b 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: rtlty1.scm,v 1.1 1994/11/19 02:05:54 adams Exp $
+$Id: rtlty1.scm,v 1.2 1994/11/26 19:21:03 adams Exp $
 
 Copyright (c) 1987-1994 Massachusetts Institute of Technology
 
@@ -237,4 +237,8 @@ MIT in each case. |#
 (define-rtl-expression static-cell rtl: name)
 (define-rtl-expression align-float rtl: expression)
 
-(define-rtl-expression coerce-value-class rtl: expression class)
\ No newline at end of file
+(define-rtl-expression coerce-value-class rtl: expression class)
+
+;;; data is a of the form (CONSTANT stuff)
+(define-rtl-statement profile-count rtl:)
+(define-rtl-statement profile-data rtl: data)
\ No newline at end of file