expmed.c (expand_divmod): For signed divide by 2, prefer a branch and fewer shifts...
authorDenis Chertykov <denisc@overta.ru>
Mon, 6 Nov 2000 08:39:54 +0000 (11:39 +0300)
committerDenis Chertykov <denisc@gcc.gnu.org>
Mon, 6 Nov 2000 08:39:54 +0000 (11:39 +0300)
commit1cf7847fed4624383e4f1e7a0e0021f553d0c151
treec68bcda897f4f0eb718da6a00457202977669dc9
parent099a51500cccdff68d8dfeec726f29b60ad1d546
expmed.c (expand_divmod): For signed divide by 2, prefer a branch and fewer shifts if branches are very cheap.

* expmed.c (expand_divmod): For signed divide by 2, prefer
a branch and fewer shifts if branches are very cheap.

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