SCM Repository
[diderot] Diff of /branches/pure-cfg/src/compiler/codegen/tree-il-pp.sml
Diff of /branches/pure-cfg/src/compiler/codegen/tree-il-pp.sml
Parent Directory
|
Revision Log
|
Patch
144 |
pr (out, "\n")) |
pr (out, "\n")) |
145 |
| IL.S_Die => prln (out, ["die;\n"]) |
| IL.S_Die => prln (out, ["die;\n"]) |
146 |
| IL.S_Stabilize => prln (out, ["stabilize;\n"]) |
| IL.S_Stabilize => prln (out, ["stabilize;\n"]) |
147 |
|
| IL.S_Exit => prln (out, ["exit;\n"]) |
148 |
(* end case *)) |
(* end case *)) |
149 |
|
|
150 |
fun block (outS, blk) = (ppBlock ((outS, 0), blk); pr ((outS, 0), "\n")) |
fun block (outS, blk) = (ppBlock ((outS, 0), blk); pr ((outS, 0), "\n")) |
|
Legend:
Removed from v.561 |
|
changed lines |
|
Added in v.562 |
|
|