aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/main/hipe.app.src
diff options
context:
space:
mode:
authorMagnus Lång <[email protected]>2016-06-23 17:55:12 +0200
committerMagnus Lång <[email protected]>2016-09-02 15:59:17 +0200
commit52964d9fbc8031298c977d5e4a9ef7b5605875ae (patch)
treedf2b2eec8d0f16f7767d1bd54162d2e7816a9011 /lib/hipe/main/hipe.app.src
parent3f678056ab55ae4546c7943b894b70558e3eb26c (diff)
downloadotp-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/main/hipe.app.src')
-rw-r--r--lib/hipe/main/hipe.app.src1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hipe/main/hipe.app.src b/lib/hipe/main/hipe.app.src
index d1d98c930d..96bcf7d7e8 100644
--- a/lib/hipe/main/hipe.app.src
+++ b/lib/hipe/main/hipe.app.src
@@ -144,6 +144,7 @@
hipe_ppc_registers,
hipe_ppc_specific,
hipe_ppc_specific_fp,
+ hipe_ppc_subst,
hipe_profile,
hipe_reg_worklists,
hipe_regalloc_loop,