diff options
| author | Quentin Carbonneaux <[email protected]> | 2016-03-31 17:17:09 -0400 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2016-03-31 17:17:09 -0400 |
| commit | 0a81036fa2dfeb44befad86f0bf3e48b2f4ffed9 (patch) | |
| tree | b1078a98f83abe0bfb106b81fcdab7fa2ab75b91 /main.c | |
| parent | 729aa97b799f72afdec3604f96526760701f36bc (diff) | |
move abi code in a new file
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ func(Fn *fn) filluse(fn); copy(fn); filluse(fn); + abi(fn); isel(fn); filllive(fn); fillcost(fn); |
