diff options
author | Richard Sandiford <richard.sandiford@linaro.org> | 2017-08-30 11:11:09 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2017-08-30 11:11:09 +0000 |
commit | 45e8e706e295e7770d02c6d9c9798f4bab7ab524 (patch) | |
tree | 8256b3298d2ebf7cfbd2d266df5c50ba59a69e24 /gcc/expr.c | |
parent | b0567726a311d3f2fcec5b62380675231cd610c9 (diff) | |
download | gcc-45e8e706e295e7770d02c6d9c9798f4bab7ab524.zip gcc-45e8e706e295e7770d02c6d9c9798f4bab7ab524.tar.gz gcc-45e8e706e295e7770d02c6d9c9798f4bab7ab524.tar.bz2 |
[22/77] Replace !VECTOR_MODE_P with is_a <scalar_int_mode>
This patch replaces some checks of !VECTOR_MODE_P with checks
of is_a <scalar_int_mode>, in cases where the scalar integer
modes were the only useful alternatives left.
2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
Alan Hayward <alan.hayward@arm.com>
David Sherwood <david.sherwood@arm.com>
gcc/
* simplify-rtx.c (simplify_binary_operation_1): Use
is_a <scalar_int_mode> instead of !VECTOR_MODE_P.
Co-Authored-By: Alan Hayward <alan.hayward@arm.com>
Co-Authored-By: David Sherwood <david.sherwood@arm.com>
From-SVN: r251474
Diffstat (limited to 'gcc/expr.c')
0 files changed, 0 insertions, 0 deletions