~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/hipe/flow/cfg.hrl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
%%
23
23
%% Data is a triple with a dict of constants, a list of labels and an integer
24
24
%%
25
 
-type(cfg_data() :: {dict(), [non_neg_integer()], non_neg_integer()}).
 
25
-type cfg_data() :: {dict(), [non_neg_integer()], non_neg_integer()}.
26
26
 
27
27
%%
28
28
%% The following is to be used by other modules
30
30
-record(cfg, {table :: gb_tree(),
31
31
              info  :: #cfg_info{},
32
32
              data  :: cfg_data()}).
33
 
-type(cfg() :: #cfg{}).
 
33
-type cfg() :: #cfg{}.