aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/flow/hipe_dominators.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hipe/flow/hipe_dominators.erl')
-rw-r--r--lib/hipe/flow/hipe_dominators.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/hipe/flow/hipe_dominators.erl b/lib/hipe/flow/hipe_dominators.erl
index 3bfa6d43c4..c63d88f94a 100644
--- a/lib/hipe/flow/hipe_dominators.erl
+++ b/lib/hipe/flow/hipe_dominators.erl
@@ -37,6 +37,8 @@
domFrontier_create/2,
domFrontier_get/2]).
+-export_type([domTree/0]).
+
-include("cfg.hrl").
%%========================================================================