From 1fd6ce865507d3645f1db998a125ffb7883bf5fd Mon Sep 17 00:00:00 2001 From: Kostis Sagonas Date: Sun, 10 Mar 2013 16:10:37 +0100 Subject: Use remote type instead of relying on hipe_icode.hrl --- lib/hipe/icode/hipe_icode_callgraph.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/hipe/icode/hipe_icode_callgraph.erl') diff --git a/lib/hipe/icode/hipe_icode_callgraph.erl b/lib/hipe/icode/hipe_icode_callgraph.erl index ae4b5785c4..6d004823e2 100644 --- a/lib/hipe/icode/hipe_icode_callgraph.erl +++ b/lib/hipe/icode/hipe_icode_callgraph.erl @@ -102,7 +102,7 @@ pp(#icode_callgraph{ordered_sccs = SCCs}) -> %%------------------------------------------------------------------------ %% Get the modules called from this module --spec get_called_modules([mfa_icode()]) -> ordset(atom()). +-spec get_called_modules([mfa_icode()]) -> ordsets:ordset(atom()). get_called_modules(List) -> get_remote_calls(List, []). -- cgit v1.2.3