diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-01-10 14:42:16 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-01-10 14:42:16 +0100 |
commit | f976a2e341ce4573103d133d7b109d93abd616dd (patch) | |
tree | 9d5e5a5a1f1eaf799ac219310b8807415fd0ad50 /lib/hipe/flow | |
parent | 4440a9661bab2db3cf297e55ce01f09453b73532 (diff) | |
parent | 3ee63ae7b498a1d7d232b0dcdcffb7f7f30c9579 (diff) | |
download | otp-f976a2e341ce4573103d133d7b109d93abd616dd.tar.gz otp-f976a2e341ce4573103d133d7b109d93abd616dd.tar.bz2 otp-f976a2e341ce4573103d133d7b109d93abd616dd.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/hipe/flow')
-rw-r--r-- | lib/hipe/flow/Makefile | 2 | ||||
-rw-r--r-- | lib/hipe/flow/cfg.hrl | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/lib/hipe/flow/Makefile b/lib/hipe/flow/Makefile index 02f610587b..bbe8ef8666 100644 --- a/lib/hipe/flow/Makefile +++ b/lib/hipe/flow/Makefile @@ -65,7 +65,7 @@ DOC_FILES= $(MODULES:%=$(DOCS)/%.html) include ../native.mk -ERL_COMPILE_FLAGS += +warn_exported_vars +warn_missing_spec +warn_untyped_record +ERL_COMPILE_FLAGS += +warn_exported_vars +warn_missing_spec # +warn_untyped_record # ---------------------------------------------------- # Targets 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 |