]> git.ipfire.org Git - thirdparty/gcc.git/commit
simplify-rtx.c (simplify_subreg): Check that the inner mode is a scalar integer befor...
authorRichard Sandiford <richard.sandiford@linaro.org>
Wed, 14 Sep 2011 12:17:03 +0000 (12:17 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 14 Sep 2011 12:17:03 +0000 (12:17 +0000)
commitfafaf06fba1bd3a03b1518666160d9765965a0db
tree2d7c617c46739ec63501c878ce8a8dd6c1a0d04f
parent35511751930bbd5418e306877c27306c167aec96
simplify-rtx.c (simplify_subreg): Check that the inner mode is a scalar integer before applying integer-only...

gcc/
* simplify-rtx.c (simplify_subreg): Check that the inner mode is
a scalar integer before applying integer-only optimisations to
inner arithmetic.

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