diff options
author | John Högberg <[email protected]> | 2019-04-11 10:02:49 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2019-04-11 10:02:49 +0200 |
commit | 7a74facb954e1bcf324e234906988d3517e637fb (patch) | |
tree | 23db6e2d491c1afc7626dabd0a5086f30c576636 /lib/hipe/doc/src/hipe_app.xml | |
parent | 8a332b0cabe91405f63601484e9ab4174816a748 (diff) | |
parent | fe56b26d933b403f50072380667fa522a6d41515 (diff) | |
download | otp-7a74facb954e1bcf324e234906988d3517e637fb.tar.gz otp-7a74facb954e1bcf324e234906988d3517e637fb.tar.bz2 otp-7a74facb954e1bcf324e234906988d3517e637fb.zip |
Merge remote-tracking branch 'origin/john/hipe/binary-match-docfix'
* origin/john/hipe/binary-match-docfix:
hipe: Remove mention of `no_bsm3` flag
Diffstat (limited to 'lib/hipe/doc/src/hipe_app.xml')
-rw-r--r-- | lib/hipe/doc/src/hipe_app.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/hipe/doc/src/hipe_app.xml b/lib/hipe/doc/src/hipe_app.xml index 480290cd9e..61d92fdffe 100644 --- a/lib/hipe/doc/src/hipe_app.xml +++ b/lib/hipe/doc/src/hipe_app.xml @@ -64,9 +64,7 @@ <taglist> <tag>Binary matching</tag> <item><p>The HiPE compiler will crash on modules containing binary - matching unless they have been compiled with the <c>+no_bsm3</c> flag. - Note that this will disable all related optimizations done by the BEAM - compiler.</p> + matching.</p> </item> <tag>Stack traces</tag> |