dse.c (record_store): Use HOST_BITS_PER_WIDE_INT instead of size of positions_needed...
authorH.J. Lu <hongjiu.lu@intel.com>
Fri, 11 Apr 2008 17:24:24 +0000 (17:24 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Fri, 11 Apr 2008 17:24:24 +0000 (10:24 -0700)
commit9d6facc7fe9e1d6cb04ec1f03cb41969c01c3d97
treede93aeeba1d1e5bdd0b91ebd75119822f24d8534
parent4fe663b09197bff815f2ffdce66c6b38d36666da
dse.c (record_store): Use HOST_BITS_PER_WIDE_INT instead of size of positions_needed * CHAR_BIT.

2008-04-11  H.J. Lu  <hongjiu.lu@intel.com>

* dse.c (record_store): Use HOST_BITS_PER_WIDE_INT instead
of size of positions_needed * CHAR_BIT.

From-SVN: r134203
gcc/ChangeLog
gcc/dse.c