SCM Repository
Annotation of /sml/trunk/src/compiler/CodeGen/alpha32/alpha32gen.sml
Parent Directory
|
Revision Log
Revision 94 - (view) (download)
1 : | monnier | 16 | (* alpha32gen.sml |
2 : | * | ||
3 : | * COPYRIGHT (c) 1996 Bell Laboratories. | ||
4 : | * | ||
5 : | *) | ||
6 : | |||
7 : | structure Alpha32MC = | ||
8 : | FLINTComp( | ||
9 : | structure Alpha32Gen = Alpha32CG(structure Emitter=Alpha32MCEmitter) | ||
10 : | structure Gen=Alpha32Gen.MLTreeGen | ||
11 : | fun collect() = (Alpha32Gen.finish(); CodeString.getCodeString())) | ||
12 : | |||
13 : | |||
14 : | |||
15 : | (* | ||
16 : | * $Log: alpha32gen.sml,v $ | ||
17 : | monnier | 93 | * Revision 1.1.1.1 1998/04/08 18:39:54 george |
18 : | * Version 110.5 | ||
19 : | monnier | 16 | * |
20 : | *) |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |