From 976f8018e237999b586866309c4284fa5e6e2c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?= Date: Thu, 5 Jan 2012 22:10:32 +0100 Subject: Revert "hipe: Add type information to cfg_info record" This reverts commit 644a3ec2848da340490c4027df293a3136de60a4. --- lib/hipe/flow/cfg.hrl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/hipe') 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 -- cgit v1.2.3