diff options
author | Vladimir Azarov <avm@intermediate-node.net> | 2025-08-11 01:58:25 +0200 |
---|---|---|
committer | Vladimir Azarov <avm@intermediate-node.net> | 2025-08-11 01:58:25 +0200 |
commit | 512985277bf70e425ab6e96b3aea69ba91426afc (patch) | |
tree | 01c2326749caa9616947e995d87686fc86223713 /emit.sig | |
parent | 66665caf9da212c121c99de95a18e6ae3470cdbc (diff) |
Removal of register reassignment in allocator
Diffstat (limited to 'emit.sig')
-rw-r--r-- | emit.sig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ signature EMIT = sig structure I: IL - val emit: string -> I.ctx -> unit + val emit: string -> I.ctx -> string option -> unit end |