SCM Repository
[diderot] / branches / pure-cfg / src / compiler / mid-to-low / mid-to-low.sml |
Diff of /branches/pure-cfg/src/compiler/mid-to-low/mid-to-low.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 250 | Line 250 |
250 | type var_env = var_env | type var_env = var_env |
251 | ||
252 | val rename = rename | val rename = rename |
253 | val expand = DstIL.CFG.assignsToCFG o expand | val expand = DstIL.CFG.mkBlock o expand |
254 | end) | end) |
255 | ||
256 | 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 |