expmed.c (expand_variable_shift): Rename to ...
authorRichard Guenther <rguenther@suse.de>
Thu, 5 May 2011 12:26:05 +0000 (12:26 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 5 May 2011 12:26:05 +0000 (12:26 +0000)
commit86529a49175747a5d94ba95711e8850aad94f3b4
tree6b5bb7c4ab2054ee711a211d7aa6d4c9fccd5e05
parent82357998ddcc01654e9c542de84af98ec23d1bf5
expmed.c (expand_variable_shift): Rename to ...

2011-05-05  Richard Guenther  <rguenther@suse.de>

* expmed.c (expand_variable_shift): Rename to ...
(expand_shift_1): ... this.  Take an expanded shift amount.
For rotates recurse directly not building trees for the shift amount.
(expand_variable_shift): Wrap around expand_shift_1.
(expand_shift): Adjust.

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