diff options
author | Jeevitha Palanisamy <jeevitha@linux.ibm.com> | 2023-07-05 23:46:15 -0500 |
---|---|---|
committer | Jeevitha Palanisamy <jeevitha@linux.ibm.com> | 2023-07-05 23:46:15 -0500 |
commit | 1669fad496ed6cc7ddea142e12af15e0b9f7f3b4 (patch) | |
tree | abd677120d9cbd66ed1759b71a1081d27a7da6d8 /libgcc | |
parent | 7339e725b995912747c01c3ec80ce602512f45df (diff) | |
download | gcc-1669fad496ed6cc7ddea142e12af15e0b9f7f3b4.zip gcc-1669fad496ed6cc7ddea142e12af15e0b9f7f3b4.tar.gz gcc-1669fad496ed6cc7ddea142e12af15e0b9f7f3b4.tar.bz2 |
rs6000: Remove redundant initialization [PR106907]
PR106907 has few warnings spotted from cppcheck. In that addressing
redundant initialization issue. Here the initialized value of 'new_addr'
was overwritten before it was read. Updated the source by removing the
unnecessary initialization of 'new_addr'.
2023-07-06 Jeevitha Palanisamy <jeevitha@linux.ibm.com>
gcc/
PR target/106907
* config/rs6000/rs6000.cc (rs6000_expand_vector_extract): Remove redundant
initialization of new_addr.
Diffstat (limited to 'libgcc')
0 files changed, 0 insertions, 0 deletions