diff options
Diffstat (limited to 'il.sig')
-rw-r--r-- | il.sig | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -77,9 +77,10 @@ signature IL = sig datatype funcInfo = Fi of { name: int, + paramNum: int, localBound: int, vregs: regInfo D.t, - ops: (irIns option) D.t, + ops: (irIns option * (label * label) option) D.t, labels: int option D.t } |