* pa.md (reload peepholes): Remove unused variable "mode".

From-SVN: r18939
This commit is contained in:
Jeffrey A Law 1998-04-01 21:27:16 +00:00 committed by Jeff Law
parent 8a01289e7b
commit 715f9c994e
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Wed Apr 1 22:26:22 1998 Jeffrey A Law (law@cygnus.com)
* pa.md (reload peepholes): Remove unused variable "mode".
Wed Apr 1 17:06:19 1998 Nick Clifton <nickc@cygnus.com>
* config/arm/thumb.h: Add super interworking support.

View File

@ -4856,7 +4856,6 @@
== REGNO_REG_CLASS (REGNO (operands[2]))"
"*
{
enum machine_mode mode = GET_MODE (operands[0]);
rtx xoperands[2];
if (FP_REG_P (operands[1]))
@ -4896,7 +4895,6 @@
== REGNO_REG_CLASS (REGNO (operands[2]))"
"*
{
enum machine_mode mode = GET_MODE (operands[0]);
rtx xoperands[2];
if (FP_REG_P (operands[0]))