SCM Repository
[diderot] Diff of /branches/pure-cfg/src/compiler/codegen/clang.sml
Diff of /branches/pure-cfg/src/compiler/codegen/clang.sml
Parent Directory
|
Revision Log
|
Patch
163 |
fun mkIfThen (e, b) = mkIfThenElse (e, b, skip) |
fun mkIfThen (e, b) = mkIfThenElse (e, b, skip) |
164 |
fun mkWhile (e, b) = S_While(paren e, b) |
fun mkWhile (e, b) = S_While(paren e, b) |
165 |
val mkCall = S_Call |
val mkCall = S_Call |
166 |
|
val mkReturn = S_Return |
167 |
end (* local *) |
end (* local *) |
168 |
|
|
169 |
(* utility functions *) |
(* utility functions *) |
|
Legend:
Removed from v.561 |
|
changed lines |
|
Added in v.562 |
|
|