diff options
author | Magnus Lång <[email protected]> | 2016-06-23 17:55:12 +0200 |
---|---|---|
committer | Magnus Lång <[email protected]> | 2016-09-02 15:59:17 +0200 |
commit | 52964d9fbc8031298c977d5e4a9ef7b5605875ae (patch) | |
tree | df2b2eec8d0f16f7767d1bd54162d2e7816a9011 /lib/hipe/ppc/Makefile | |
parent | 3f678056ab55ae4546c7943b894b70558e3eb26c (diff) | |
download | otp-52964d9fbc8031298c977d5e4a9ef7b5605875ae.tar.gz otp-52964d9fbc8031298c977d5e4a9ef7b5605875ae.tar.bz2 otp-52964d9fbc8031298c977d5e4a9ef7b5605875ae.zip |
hipe_ppc: Add code rewrite RA callbacks
These will not only be useful for hipe_regalloc_prepass, but also, after
the introduction of a mk_move/2 (or similar) callback, for the purpose
of range splitting.
Since the substitution needed to case over all the instructions, a new
module, hipe_ppc_subst, was introduced to the ppc backend.
Diffstat (limited to 'lib/hipe/ppc/Makefile')
-rw-r--r-- | lib/hipe/ppc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hipe/ppc/Makefile b/lib/hipe/ppc/Makefile index 1901dfa671..1ca1d51846 100644 --- a/lib/hipe/ppc/Makefile +++ b/lib/hipe/ppc/Makefile @@ -63,6 +63,7 @@ MODULES=hipe_ppc \ hipe_ppc_ra_postconditions \ hipe_ppc_ra_postconditions_fp \ hipe_ppc_registers \ + hipe_ppc_subst \ hipe_rtl_to_ppc HRL_FILES=hipe_ppc.hrl |