aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/sparc/Makefile
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/sparc/Makefile
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/sparc/Makefile')
-rw-r--r--lib/hipe/sparc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/hipe/sparc/Makefile b/lib/hipe/sparc/Makefile
index 0e36a43d8e..ac1230df7c 100644
--- a/lib/hipe/sparc/Makefile
+++ b/lib/hipe/sparc/Makefile
@@ -63,7 +63,8 @@ MODULES=hipe_rtl_to_sparc \
hipe_sparc_ra_naive \
hipe_sparc_ra_postconditions \
hipe_sparc_ra_postconditions_fp \
- hipe_sparc_registers
+ hipe_sparc_registers \
+ hipe_sparc_subst
HRL_FILES=hipe_sparc.hrl
ERL_FILES=$(MODULES:%=%.erl)