aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2012-01-05 22:10:32 +0100
committerBjörn-Egil Dahlberg <[email protected]>2012-01-05 22:10:32 +0100
commit976f8018e237999b586866309c4284fa5e6e2c59 (patch)
treed085887b1b156c172d08c90c335db2373a16b2e6
parent3390a2cf56087c865640d86dcebdd6249e03cc85 (diff)
downloadotp-976f8018e237999b586866309c4284fa5e6e2c59.tar.gz
otp-976f8018e237999b586866309c4284fa5e6e2c59.tar.bz2
otp-976f8018e237999b586866309c4284fa5e6e2c59.zip
Revert "hipe: Add type information to cfg_info record"
This reverts commit 644a3ec2848da340490c4027df293a3136de60a4.
-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