Export to_basic_blocks for tests

This commit is contained in:
Ulf Norell 2019-11-19 13:11:06 +01:00
parent 7f7f53e044
commit d0cfd9cbbe

View File

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