arm: Remove yet another unused variable.

Bootstrap found yet another unused variable:
../../gcc/config/arm/vfp.md:1651:17: warning: unused variable 'regname' [-Wunused-variable]

2020-01-18  Jakub Jelinek  <jakub@redhat.com>

	* config/arm/vfp.md (*clear_vfp_multiple): Remove unused variable.
This commit is contained in:
Jakub Jelinek 2020-01-18 09:48:48 +01:00
parent a22a86a18b
commit 472ef1d34b
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2020-01-18 Jakub Jelinek <jakub@redhat.com>
* config/arm/vfp.md (*clear_vfp_multiple): Remove unused variable.
PR target/93312
* config/arm/arm.c (clear_operation_p): Don't use REGNO until
after checking the argument is a REG. Don't use REGNO (reg)

View File

@ -1648,7 +1648,6 @@
{
int num_regs = XVECLEN (operands[0], 0);
char pattern[30];
const char *regname;
rtx reg;
strcpy (pattern, \"vscclrm%?\\t{%|\");