amdgcn: Remove dead code for fixed v0 register
authorJulian Brown <julian@codesourcery.com>
Wed, 25 Nov 2020 00:42:55 +0000 (16:42 -0800)
committerJulian Brown <julian@codesourcery.com>
Wed, 13 Jan 2021 00:46:02 +0000 (16:46 -0800)
commit7993fe1877a689463d8c71a0873e5cc8db080273
tree9c299a76c4389cfb1d4cda0703e2369dba9752c1
parent3df6fac0080468d1521775e82a5e060f0b1c78ca
amdgcn: Remove dead code for fixed v0 register

This patch removes code to fix the v0 register in
gcn_conditional_register_usage that was missed out of the previous patch
removing the need for that:

  https://gcc.gnu.org/pipermail/gcc-patches/2019-November/534284.html

2021-01-13  Julian Brown  <julian@codesourcery.com>

gcc/
* config/gcn/gcn.c (gcn_conditional_register_usage): Remove dead code
to fix v0 register.
gcc/config/gcn/gcn.c