SCM Repository
Diff of /branches/pure-cfg/src/compiler/codegen/codegen-fn.sml
Parent Directory
|
Revision Log
|
Patch
revision 561, Wed Feb 23 00:31:32 2011 UTC | revision 562, Wed Feb 23 15:17:44 2011 UTC | |
---|---|---|
# | Line 125 | Line 125 |
125 | trBlock(env, elseBlk))] | trBlock(env, elseBlk))] |
126 | | IL.S_Die => [T.Stmt.die()] | | IL.S_Die => [T.Stmt.die()] |
127 | | IL.S_Stabilize => [T.Stmt.stabilize()] | | IL.S_Stabilize => [T.Stmt.stabilize()] |
128 | | IL.S_Exit => [T.Stmt.exit()] | |
129 | (* end case *)) | (* end case *)) |
130 | ||
131 | and trBlock (env, IL.Block{locals, body}) = let | and trBlock (env, IL.Block{locals, body}) = let |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |