diff options
Diffstat (limited to 'il.sig')
-rw-r--r-- | il.sig | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -53,7 +53,7 @@ signature IL = sig | IrJmp of label | IrRet of vreg option - | IrAlloc of vreg * word + | IrAlloc of vreg * word * int option | IrCopy of vreg * label * word | IrFcall of vreg * vreg * vreg list @@ -75,6 +75,8 @@ signature IL = sig t: regType } + val Pwc: (vregClass, word, 'a, 'b, 'c) a2printer + datatype funcInfo = Fi of { name: int, paramNum: int, |