forked from katef/libfsm
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Construct retlist and output deduped rets.
This isn't used yet, but it's a step towards generating phi. This looks like: ``` fail: ret i32 -1 ret0: ret i32 u0x1 ; "a" ret1: ret i32 u0x2 ; "b" ret2: ret i32 u0x4 ; "c" ret3: ret i32 u0x3 ; "a", "b" ret5: ret i32 u0x6 ; "b", "c" ret6: ret i32 u0x7 ; "a", "b", "c" ``` WIP
- Loading branch information
Showing
1 changed file
with
180 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters