SCM Repository
Diff of /sml/trunk/src/compiler/CodeGen/alpha32/alpha32CG.sml
Parent Directory
|
Revision Log
|
Patch
revision 744, Fri Dec 8 04:11:42 2000 UTC | revision 773, Mon Jan 8 16:18:37 2001 UTC | |
---|---|---|
# | Line 6 | Line 6 |
6 | ( structure I = Alpha32Instr | ( structure I = Alpha32Instr |
7 | structure MachSpec = Alpha32Spec | structure MachSpec = Alpha32Spec |
8 | structure PseudoOps = Alpha32PseudoOps | structure PseudoOps = Alpha32PseudoOps |
9 | structure Ext = SMLNJMLTreeExt(* generic extension *) | |
10 | structure CpsRegs = Alpha32CpsRegs | structure CpsRegs = Alpha32CpsRegs |
11 | structure InsnProps = Alpha32Props | structure InsnProps = Alpha32Props |
12 | structure Asm = Alpha32AsmEmitter | structure Asm = Alpha32AsmEmitter |
13 | structure Shuffle = Alpha32Shuffle | structure Shuffle = Alpha32Shuffle |
14 | ||
15 | structure CCalls = DummyCCallsFn (Alpha32MLTree) | |
16 | ||
17 | structure MLTreeComp= | structure MLTreeComp= |
18 | Alpha(structure AlphaInstr = Alpha32Instr | Alpha(structure AlphaInstr = Alpha32Instr |
19 | structure AlphaMLTree = Alpha32MLTree | structure AlphaMLTree = Alpha32MLTree |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |