SCM Repository
[smlnj] Diff of /sml/branches/SMLNJ/src/MLRISC/sparc/emit/sparcAsm.sml
Diff of /sml/branches/SMLNJ/src/MLRISC/sparc/emit/sparcAsm.sml
Parent Directory
|
Revision Log
|
Patch
46 |
fun entryLabel lab = defineLabel lab |
fun entryLabel lab = defineLabel lab |
47 |
fun comment msg = emit("\t/* " ^ msg ^ " */") |
fun comment msg = emit("\t/* " ^ msg ^ " */") |
48 |
fun annotation a = (comment(Annotations.toString a); nl()) |
fun annotation a = (comment(Annotations.toString a); nl()) |
|
fun blockName b = (comment(S.B.toString b); nl()) |
|
49 |
fun emit_region mem = comment(I.Region.toString mem) |
fun emit_region mem = comment(I.Region.toString mem) |
50 |
fun pseudoOp pOp = emit(P.toString pOp) |
fun pseudoOp pOp = emit(P.toString pOp) |
51 |
fun init size = (comment("Code Size = " ^ ms size); nl()) |
fun init size = (comment("Code Size = " ^ ms size); nl()) |
546 |
entryLabel=entryLabel, |
entryLabel=entryLabel, |
547 |
comment=comment, |
comment=comment, |
548 |
exitBlock=doNothing, |
exitBlock=doNothing, |
|
blockName=blockName, |
|
549 |
annotation=annotation, |
annotation=annotation, |
550 |
phi=doNothing, |
phi=doNothing, |
551 |
alias=doNothing |
alias=doNothing |
|
Legend:
Removed from v.468 |
|
changed lines |
|
Added in v.469 |
|
|