diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-31 17:17:09 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-31 17:17:09 -0400 |
commit | 0a81036fa2dfeb44befad86f0bf3e48b2f4ffed9 (patch) | |
tree | b1078a98f83abe0bfb106b81fcdab7fa2ab75b91 /main.c | |
parent | 729aa97b799f72afdec3604f96526760701f36bc (diff) | |
download | roux-0a81036fa2dfeb44befad86f0bf3e48b2f4ffed9.tar.gz |
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
diff --git a/main.c b/main.c index c1664be..b7f5b3f 100644 --- a/main.c +++ b/main.c @@ -49,6 +49,7 @@ func(Fn *fn) filluse(fn); copy(fn); filluse(fn); + abi(fn); isel(fn); filllive(fn); fillcost(fn); |