i386.c (ix86_split_ashl): Rename single_width variable to half_width.
authorUros Bizjak <ubizjak@gmail.com>
Tue, 21 Sep 2010 11:42:06 +0000 (13:42 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 21 Sep 2010 11:42:06 +0000 (13:42 +0200)
commit903c31ee41c1a086b30f17f2c58aa1bcd85028d7
treeb50e3cee20ac85344c17bcae36523f2fb686dc9e
parentce2b1d68a387994dab9de5e862c809be3d39326c
i386.c (ix86_split_ashl): Rename single_width variable to half_width.

* config/i386/i386.c (ix86_split_ashl): Rename single_width variable
to half_width.  Use GET_MODE_BITSIZE to calculate mode size.
(ix86_split_ashr): Ditto.
(ix86_split_lshr): Ditto.

From-SVN: r164476
gcc/ChangeLog
gcc/config/i386/i386.c