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 499, Tue Feb 1 17:37:51 2011 UTC | revision 500, Tue Feb 1 17:40:24 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 = DstIL.CFG.assignsToCFG o expand | val expand = DstIL.CFG.mkBlock o expand |
148 | end) | end) |
149 | ||
150 | fun translate (SrcIL.Program{globals, globalInit, strands}) = let | fun translate (SrcIL.Program{globals, globalInit, strands}) = let |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |