]> git.ipfire.org Git - thirdparty/gcc.git/commit
ira: Remove duplicate `memset' over `full_costs' from `assign_hard_reg'
authorMaciej W. Rozycki <macro@embecosm.com>
Tue, 15 Nov 2022 11:23:02 +0000 (11:23 +0000)
committerMaciej W. Rozycki <macro@embecosm.com>
Tue, 15 Nov 2022 11:23:02 +0000 (11:23 +0000)
commitdd320623acb2d51745406bf1acac4a5fcfcbe13f
treeff53cde7cbbfbeac23cd614009a3205ceff19638
parent28f636a0b0bfd52daaf177dab38b76c1fdde534c
ira: Remove duplicate `memset' over `full_costs' from `assign_hard_reg'

Remove duplicate clearing of `full_costs' made in `assign_hard_reg',
which has been there since the beginning, i.e. commit 058e97ecf33a
("IRA has been merged into trunk"),
<https://gcc.gnu.org/ml/gcc-patches/2008-08/msg01932.html>.

gcc/
* ira-color.cc (assign_hard_reg): Remove duplicate `memset' over
`full_costs'.
gcc/ira-color.cc