X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FabsCSyn%2FAbsCSyn.lhs;h=36d3db7e6e92c7fa42cb27a1caae02cf07b20d84;hb=a249439bdc7e5c7cbee9f761d15b52011742a8f9;hp=edc2bc0edc594e91bf7d4d86108fb2ad72d50913;hpb=0b7c9ee4d319f10c3b166d7064bb125f6f8add12;p=ghc-hetmet.git diff --git a/ghc/compiler/absCSyn/AbsCSyn.lhs b/ghc/compiler/absCSyn/AbsCSyn.lhs index edc2bc0..36d3db7 100644 --- a/ghc/compiler/absCSyn/AbsCSyn.lhs +++ b/ghc/compiler/absCSyn/AbsCSyn.lhs @@ -1,7 +1,7 @@ % % (c) The GRASP/AQUA Project, Glasgow University, 1992-1998 % -% $Id: AbsCSyn.lhs,v 1.45 2002/02/06 11:13:47 sewardj Exp $ +% $Id: AbsCSyn.lhs,v 1.46 2002/03/02 18:02:30 sof Exp $ % \section[AbstractC]{Abstract C: the last stop before machine code} @@ -269,6 +269,9 @@ data CStmtMacro | PUSH_SEQ_FRAME -- push seq frame | UPDATE_SU_FROM_UPD_FRAME -- pull Su out of the update frame | SET_TAG -- set TagReg if it exists + -- dataToTag# primop -- *only* used in unregisterised builds. + -- (see AbsCUtils.dsCOpStmt) + | DATA_TO_TAGZH | REGISTER_FOREIGN_EXPORT -- register a foreign exported fun | REGISTER_IMPORT -- register an imported module