combine.c (find_split_point): Verify that the shift count is a constant when...
authorJeff Law <law@redhat.com>
Wed, 27 May 2015 04:59:42 +0000 (22:59 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 27 May 2015 04:59:42 +0000 (22:59 -0600)
commit7553271edd14ffe2cf3557700ebd641febd7acb1
treee89a8c818504035fe97144ddc757fe6a9f2415f2
parent7499cd25dc142d0271d5eb4ab130ad9c63470e66
combine.c (find_split_point): Verify that the shift count is a constant when...

       * combine.c (find_split_point): Verify that the shift count is a
       constant when choosing (plus (ashift ...)) as a split point.

From-SVN: r223736
gcc/ChangeLog
gcc/combine.c