mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-15 18:01:31 +08:00
* pa.md (reload peepholes): Remove unused variable "mode".
From-SVN: r18939
This commit is contained in:
parent
8a01289e7b
commit
715f9c994e
@ -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.
|
||||
|
@ -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]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user