aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/arm/Makefile
diff options
context:
space:
mode:
authorMagnus Lång <[email protected]>2016-06-22 18:08:57 +0200
committerMagnus Lång <[email protected]>2016-09-02 15:59:17 +0200
commit60b5deae9ca2cb3540c899b19151b7e3391d305d (patch)
tree5cf8b34ef859e407070367c809351bac8742569f /lib/hipe/arm/Makefile
parent38c10d20f7b0a83f4d94a92d30ca649b86b0a7cb (diff)
downloadotp-60b5deae9ca2cb3540c899b19151b7e3391d305d.tar.gz
otp-60b5deae9ca2cb3540c899b19151b7e3391d305d.tar.bz2
otp-60b5deae9ca2cb3540c899b19151b7e3391d305d.zip
hipe_arm: 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_arm_subst, was introduced to the arm backend.
Diffstat (limited to 'lib/hipe/arm/Makefile')
-rw-r--r--lib/hipe/arm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hipe/arm/Makefile b/lib/hipe/arm/Makefile
index 00b6732afa..ed2eccf428 100644
--- a/lib/hipe/arm/Makefile
+++ b/lib/hipe/arm/Makefile
@@ -61,6 +61,7 @@ MODULES=hipe_arm \
hipe_arm_ra_naive \
hipe_arm_ra_postconditions \
hipe_arm_registers \
+ hipe_arm_subst \
hipe_rtl_to_arm
HRL_FILES=hipe_arm.hrl