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

« back to all changes in this revision

Viewing changes to lib/hipe/x86/hipe_x86_cfg.erl

  • 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:
5
5
 
6
6
-export([init/1,
7
7
         labels/1, start_label/1,
8
 
         succ/2,
 
8
         succ/2, pred/2,
9
9
         bb/2, bb_add/3]).
10
10
-export([postorder/1, reverse_postorder/1]).
11
11
-export([linearise/1, params/1, arity/1, redirect_jmp/3]).
12
12
 
13
13
%%% these tell cfg.inc what to define (ugly as hell)
 
14
-define(PRED_NEEDED,true).
14
15
-define(BREADTH_ORDER,true).
15
16
-define(PARAMS_NEEDED,true).
16
17
-define(START_LABEL_UPDATE_NEEDED,true).