SCM Repository
[diderot] / branches / pure-cfg / src / compiler / high-to-mid / high-to-mid.sml |
Diff of /branches/pure-cfg/src/compiler/high-to-mid/high-to-mid.sml
Parent Directory
|
Revision Log
|
Patch
revision 492, Wed Jan 26 17:42:05 2011 UTC | revision 493, Thu Jan 27 16:40:50 2011 UTC | |
---|---|---|
# | Line 144 | Line 144 |
144 | type var_env = var_env | type var_env = var_env |
145 | ||
146 | val rename = rename | val rename = rename |
147 | val expand = expand | val expand = DstIL.CFG.assignsToCFG o expand |
148 | end) | end) |
149 | ||
150 | fun translate (SrcIL.Program{globals, globalInit, actors}) = let | fun translate (SrcIL.Program{globals, globalInit, actors}) = let |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |