SCM Repository
[diderot] Diff of /branches/vis12/src/compiler/IL/ssa-fn.sml
Diff of /branches/vis12/src/compiler/IL/ssa-fn.sml
Parent Directory
|
Revision Log
|
Patch
700 |
" = ", Op.toString rator, |
" = ", Op.toString rator, |
701 |
"(", String.concatWith "," (List.map Var.toString xs), ")" |
"(", String.concatWith "," (List.map Var.toString xs), ")" |
702 |
] |
] |
703 |
|
fun assignmentToString (ASSGN asgn) = assignToString asgn |
704 |
|
| assignmentToString (MASSGN masgn) = massignToString masgn |
705 |
|
|
706 |
end (* SSAFn *) |
end (* SSAFn *) |
|
Legend:
Removed from v.2655 |
|
changed lines |
|
Added in v.2656 |
|
|