aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/flow/cfg.hrl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2012-01-10 14:41:10 +0100
committerBjörn-Egil Dahlberg <[email protected]>2012-01-10 14:41:10 +0100
commit3ee63ae7b498a1d7d232b0dcdcffb7f7f30c9579 (patch)
tree62563b36beebe782b93e9cda0916f892f5b15569 /lib/hipe/flow/cfg.hrl
parentd8ca0eb6de482a9a4bb5d67bc33232352c3ec83e (diff)
parentdc70f3bb56c7b09b1bcf0d4374741f9abbf8a555 (diff)
downloadotp-3ee63ae7b498a1d7d232b0dcdcffb7f7f30c9579.tar.gz
otp-3ee63ae7b498a1d7d232b0dcdcffb7f7f30c9579.tar.bz2
otp-3ee63ae7b498a1d7d232b0dcdcffb7f7f30c9579.zip
Merge branch 'egil/revert-type-information' into maint
* egil/revert-type-information: syntax_tools: Remove warnings of missing types hipe: Remove warnings of missing types in records syntax_tools: Suppress warning of unused variable Revert "hipe: Add type information to cfg_info record" Revert "syntax_tool: Add missing type information"
Diffstat (limited to 'lib/hipe/flow/cfg.hrl')
-rw-r--r--lib/hipe/flow/cfg.hrl5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/hipe/flow/cfg.hrl b/lib/hipe/flow/cfg.hrl
index 79fe6162ad..62f47a707a 100644
--- a/lib/hipe/flow/cfg.hrl
+++ b/lib/hipe/flow/cfg.hrl
@@ -36,9 +36,8 @@
is_closure :: boolean(),
closure_arity :: arity(),
is_leaf :: boolean(),
- params :: any(), %% any() since type information is missing?
- info = [] :: list() %% this field seems not needed; take out??
- }).
+ params, % :: list()
+ info = []}). %% this field seems not needed; take out??
%%
%% Data is a triple with a dict of constants, a list of labels and an integer