aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/main/hipe.app.src
diff options
context:
space:
mode:
authorMagnus Lång <[email protected]>2016-06-22 19:10:55 +0200
committerMagnus Lång <[email protected]>2016-09-02 15:59:17 +0200
commit3f678056ab55ae4546c7943b894b70558e3eb26c (patch)
treef7503c88288709728d1e7f44244a50914135b18f /lib/hipe/main/hipe.app.src
parent60b5deae9ca2cb3540c899b19151b7e3391d305d (diff)
downloadotp-3f678056ab55ae4546c7943b894b70558e3eb26c.tar.gz
otp-3f678056ab55ae4546c7943b894b70558e3eb26c.tar.bz2
otp-3f678056ab55ae4546c7943b894b70558e3eb26c.zip
hipe_sparc: 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_sparc_subst, was introduced to the sparc 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 85b88a9735..d1d98c930d 100644
--- a/lib/hipe/main/hipe.app.src
+++ b/lib/hipe/main/hipe.app.src
@@ -197,6 +197,7 @@
hipe_sparc_registers,
hipe_sparc_specific,
hipe_sparc_specific_fp,
+ hipe_sparc_subst,
hipe_spillcost,
hipe_spillmin,
hipe_spillmin_color,