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

« back to all changes in this revision

Viewing changes to lib/hipe/icode/hipe_icode_ssa_rename.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
 
%%%----------------------------------------------------------------------
2
 
%%% File    : rename.erl
3
 
%%% Author  : Christoffer Vikstr�m
4
 
%%%           Daniel Deogun
5
 
%%%           Jesper Bengtsson
6
 
%%% Purpose : This file contains the function to perform the rename pass of
7
 
%%%           ssa.
8
 
%%% Created : 18 Mar 2002 by 
9
 
%%%----------------------------------------------------------------------
10
 
-module(hipe_icode_ssa_rename).
11
 
-define(cfg,hipe_icode_cfg).
12
 
-define(code,hipe_icode).
13
 
-define(hash, hipe_hash).
14
 
-include("../ssa/hipe_ssa_rename.inc").