VAX: Remove unused register allocation from QMATH DImode add/sub handler
authorMaciej W. Rozycki <macro@linux-mips.org>
Sun, 13 Dec 2020 20:46:16 +0000 (20:46 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Sun, 13 Dec 2020 20:46:16 +0000 (20:46 +0000)
commit3530ca075b083bca889ab9cdcc28d731df3a9088
tree146cefa0b7815b6028f69eae129ae5aaaeab7d97
parent20d68fa0d816a1aa77ead82317d3bdae77490edf
VAX: Remove unused register allocation from QMATH DImode add/sub handler

An allocation is made for a temporary register, however it is unneeded,
as actually explained in the comment preceding the conditional block in
question, and consequently never used, so remove it.  The `temp' rtx is
already used elsewhere in the function, which is possibly why this dead
assignment has not been warned about.

gcc/
* config/vax/vax.c (vax_expand_addsub_di_operands): Remove
unused register allocation.
gcc/config/vax/vax.c