SCM Repository
Diff of /sml/branches/SMLNJ/src/MLRISC/mltree/flowgen.sig
Parent Directory
|
Revision Log
|
Patch
revision 468, Wed Nov 10 22:42:52 1999 UTC | revision 469, Wed Nov 10 22:42:52 1999 UTC | |
---|---|---|
# | Line 4 | Line 4 |
4 | structure C : CELLS | structure C : CELLS |
5 | structure I : INSTRUCTIONS | structure I : INSTRUCTIONS |
6 | structure T : MLTREE | structure T : MLTREE |
structure B : BLOCK_NAMES | ||
7 | ||
8 | sharing I.C = C | sharing I.C = C |
9 | sharing T.Constant = I.Constant | sharing T.Constant = I.Constant |
sharing T.BNames = B | ||
10 | ||
11 | (* | (* |
12 | * This function creates an instruction stream, which can be | * This function creates an instruction stream, which can be |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |