Commit 715f9c99 by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r18939
parent 8a01289e
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> Wed Apr 1 17:06:19 1998 Nick Clifton <nickc@cygnus.com>
* config/arm/thumb.h: Add super interworking support. * config/arm/thumb.h: Add super interworking support.
......
...@@ -4856,7 +4856,6 @@ ...@@ -4856,7 +4856,6 @@
== REGNO_REG_CLASS (REGNO (operands[2]))" == REGNO_REG_CLASS (REGNO (operands[2]))"
"* "*
{ {
enum machine_mode mode = GET_MODE (operands[0]);
rtx xoperands[2]; rtx xoperands[2];
if (FP_REG_P (operands[1])) if (FP_REG_P (operands[1]))
...@@ -4896,7 +4895,6 @@ ...@@ -4896,7 +4895,6 @@
== REGNO_REG_CLASS (REGNO (operands[2]))" == REGNO_REG_CLASS (REGNO (operands[2]))"
"* "*
{ {
enum machine_mode mode = GET_MODE (operands[0]);
rtx xoperands[2]; rtx xoperands[2];
if (FP_REG_P (operands[0])) if (FP_REG_P (operands[0]))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment