diff options
author | Jeevitha <jeevitha@linux.ibm.com> | 2023-10-30 04:07:07 -0500 |
---|---|---|
committer | Jeevitha <jeevitha@linux.ibm.com> | 2023-10-30 05:38:19 -0500 |
commit | 36a52cdc23383e51359630e566b62fa62011428d (patch) | |
tree | 9c53392d148565a5518b9306a1c488602820da62 /libcpp | |
parent | ff4cea05a6e6d034eed5212109133c4b5da8520c (diff) | |
download | gcc-36a52cdc23383e51359630e566b62fa62011428d.zip gcc-36a52cdc23383e51359630e566b62fa62011428d.tar.gz gcc-36a52cdc23383e51359630e566b62fa62011428d.tar.bz2 |
rs6000: Change bitwise xor to an equality operator [PR106907]
PR106907 has a few warnings spotted from cppcheck. These warnings
are related to the need of precedence clarification. Instead of using xor,
it has been changed to equality check, which achieves the same result.
Additionally, comment indentation has been fixed.
2023-10-11 Jeevitha Palanisamy <jeevitha@linux.ibm.com>
gcc/
PR target/106907
* config/rs6000/rs6000.cc (altivec_expand_vec_perm_const): Change bitwise
xor to an equality and fix comment indentation.
Diffstat (limited to 'libcpp')
0 files changed, 0 insertions, 0 deletions