expmed.c (expand_smod_pow2): Provide alternate implementations that avoid conditional...
authorRoger Sayle <roger@eyesopen.com>
Tue, 29 Jun 2004 17:13:08 +0000 (17:13 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Tue, 29 Jun 2004 17:13:08 +0000 (17:13 +0000)
commit1c234fcb7273f09aa3cb32274c58e7c2ed0abcb3
tree3526890960c85ad4ae1680858ad18c224437b6fc
parente1514303f2550329accaf2fe3b7eec9ca54f9724
expmed.c (expand_smod_pow2): Provide alternate implementations that avoid conditional jumps...

* expmed.c (expand_smod_pow2): Provide alternate implementations
that avoid conditional jumps, and choose between them based upon
the target's rtx_costs.

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