expmed.c (init_expmed): A signed modulus by a power of two is considered cheap if...
authorRoger Sayle <roger@eyesopen.com>
Sun, 25 Jul 2004 00:25:28 +0000 (00:25 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sun, 25 Jul 2004 00:25:28 +0000 (00:25 +0000)
commit8b91e18c05ea23e01e786285a7c6725215201384
treeae6f659f26b92f154a5b1616ec1d340e36b3a83a
parentc32118f961c9f3d90441638c2b0be36eee1ffb9c
expmed.c (init_expmed): A signed modulus by a power of two is considered cheap if...

* expmed.c (init_expmed): A signed modulus by a power of two is
considered cheap if its less than or equal to four instructions.

From-SVN: r85134
gcc/ChangeLog
gcc/expmed.c