diff options
author | Sverker Eriksson <[email protected]> | 2016-11-07 17:11:01 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-11-07 17:11:01 +0100 |
commit | f294715ec476e2396a61b743c219312dafe6eed9 (patch) | |
tree | 441cd024b7b65af02efb71b0e412aa8d8f6b2c39 /lib/hipe/rtl/hipe_rtl_binary.erl | |
parent | 3e06b82f0f29d90bff0783e7f3d1dabb435782f5 (diff) | |
parent | 359caeeaf25854ec808b21e32cfc076283c07474 (diff) | |
download | otp-f294715ec476e2396a61b743c219312dafe6eed9.tar.gz otp-f294715ec476e2396a61b743c219312dafe6eed9.tar.bz2 otp-f294715ec476e2396a61b743c219312dafe6eed9.zip |
Merge branch 'kostis/hipe-bs_match_string/PR-1234/OTP-14005' into maint
* kostis/hipe-bs_match_string/PR-1234/OTP-14005:
Add a test case that should now work
Fix the native code translation of bs_match_string
Diffstat (limited to 'lib/hipe/rtl/hipe_rtl_binary.erl')
-rw-r--r-- | lib/hipe/rtl/hipe_rtl_binary.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/rtl/hipe_rtl_binary.erl b/lib/hipe/rtl/hipe_rtl_binary.erl index fb9c0c196d..9b400f4c93 100644 --- a/lib/hipe/rtl/hipe_rtl_binary.erl +++ b/lib/hipe/rtl/hipe_rtl_binary.erl @@ -19,7 +19,7 @@ %%% %CopyrightEnd% %%% %%%------------------------------------------------------------------- -%%% File : hipe_rtl_binary_2.erl +%%% File : hipe_rtl_binary.erl %%% Author : Per Gustafsson <[email protected]> %%% Description : %%% |