Merge lima into master #674

Merged
zxq9 merged 39 commits from lima into master 2019-11-25 21:16:18 +09:00
Showing only changes of commit d0cfd9cbbe - Show all commits

View File

@ -12,7 +12,7 @@
-export([compile/2, term_to_fate/1]). -export([compile/2, term_to_fate/1]).
-ifdef(TEST). -ifdef(TEST).
-export([optimize_fun/4]). -export([optimize_fun/4, to_basic_blocks/1]).
-endif. -endif.
%% -- Preamble --------------------------------------------------------------- %% -- Preamble ---------------------------------------------------------------