SCM Repository
Diff of /trunk/src/compiler/IL/ssa-fn.sml
Parent Directory
|
Revision Log
|
Patch
trunk/src/compiler/IL/ssa.sml revision 124, Mon Jun 28 20:40:26 2010 UTC | trunk/src/compiler/IL/ssa-fn.sml revision 129, Thu Jul 1 18:03:54 2010 UTC | |
---|---|---|
# | Line 4 | Line 4 |
4 | * All rights reserved. | * All rights reserved. |
5 | *) | *) |
6 | ||
7 | structure SSA = | functor SSAFn (Op : OPERATORS) = |
8 | struct | struct |
9 | ||
10 | datatype var = V of { | datatype var = V of { |
# | Line 30 | Line 30 |
30 | | EXIT (* exit node *) | | EXIT (* exit node *) |
31 | ||
32 | and exp | and exp |
33 | = VAR of exp | = VAR of var |
34 | | OP of Op.rator * var list | |
35 | ||
36 | end | end |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |