Fix an error in a CONST_INT_P patch from 2009.
authorBernd Schmidt <bernds@codesourcery.com>
Mon, 19 May 2014 11:38:14 +0000 (11:38 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Mon, 19 May 2014 11:38:14 +0000 (11:38 +0000)
commitbddd36713d1282de8544c94d76601bd3e83cb07a
tree84484790a579bd3fe3c1278bed5d6e3fc4c06b3d
parent72d82e7ab1ef3c39568e6763b393826c77e8237a
Fix an error in a CONST_INT_P patch from 2009.

* simplify-rtx.c (simplify_unary_operation_1): Use CONST_INT_P in
shift simplification where it was intended.

From-SVN: r210610
gcc/ChangeLog
gcc/simplify-rtx.c