~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/hipe/icode/hipe_icode_ebb.erl

  • Committer: Bazaar Package Importer
  • Author(s): Erlang Packagers, Sergei Golovan
  • Date: 2006-12-03 17:07:44 UTC
  • mfrom: (2.1.11 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203170744-rghjwupacqlzs6kv
Tags: 1:11.b.2-4
[ Sergei Golovan ]
Fixed erlang-base and erlang-base-hipe prerm scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2
 
%
3
 
% Icode version of extended basic blocks.
4
 
%
 
2
%%
 
3
%% Icode version of extended basic blocks.
 
4
%%
5
5
 
6
 
-define(MODULE_NAME, hipe_icode_ebb).
 
6
-module(hipe_icode_ebb).
 
7
 
7
8
-define(CFG, hipe_icode_cfg).
8
 
 
9
9
-include("../flow/ebb.inc").
10
10
 
11
 
 
12
 
 
13