diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-05-26 14:17:04 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-05-26 14:17:04 +0200 |
commit | 4d7b24dcb8f10ea8ddaa002601916fb389f0e87e (patch) | |
tree | fe7e75608465adbffd81e22ad7943b567a3caab4 /lib/hipe/icode/Makefile | |
parent | 1081e3881e3994f381d122600d5db129c0ad0266 (diff) | |
parent | f833a900897faae48230bc8c1e7572fb470a4a6f (diff) | |
download | otp-4d7b24dcb8f10ea8ddaa002601916fb389f0e87e.tar.gz otp-4d7b24dcb8f10ea8ddaa002601916fb389f0e87e.tar.bz2 otp-4d7b24dcb8f10ea8ddaa002601916fb389f0e87e.zip |
Merge branch 'margnus1/hipe/maps-is_key-opts/PR-1069/OTP-13625'
* margnus1/hipe/maps-is_key-opts/PR-1069/OTP-13625:
hipe: Add test suite for verifying optimisations
Added elimination of maps:is_key/2 calls to HiPE
Diffstat (limited to 'lib/hipe/icode/Makefile')
-rw-r--r-- | lib/hipe/icode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/icode/Makefile b/lib/hipe/icode/Makefile index a5edb10d90..c86562a981 100644 --- a/lib/hipe/icode/Makefile +++ b/lib/hipe/icode/Makefile @@ -59,7 +59,7 @@ DOC_MODULES = hipe_beam_to_icode \ hipe_icode_pp hipe_icode_primops \ hipe_icode_range \ hipe_icode_split_arith \ - hipe_icode_ssa hipe_icode_ssa_const_prop \ + hipe_icode_ssa hipe_icode_ssa_const_prop hipe_icode_call_elim \ hipe_icode_ssa_copy_prop hipe_icode_ssa_struct_reuse \ hipe_icode_type $(HIPE_MODULES) |