* config/i386/i386.c (ix86_expand_ashlsi3_const): New function to
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Sep 2004 02:32:19 +0000 (02:32 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Sep 2004 02:32:19 +0000 (02:32 +0000)
commit93fe66e56cb15ecf7dc174c28675226908d3ca46
tree128d865fb09e434370de0a3bdcbdeb884d7c332d
parent6769a8122a9c0bac1d152adc5a18169178b979d7
* config/i386/i386.c (ix86_expand_ashlsi3_const): New function to
expand a left shift by an immediate constant as either an ashl or
a sequence of additions.
(ix86_split_ashldi): Use new ix86_expand_ashlsi3_const function
instead of calling gen_ashlsi3 with a constant directly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87271 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c