]> gcc.gnu.org Git - gcc.git/commitdiff
* pa.md (call_internal_reg_64bit): Remove unused variable.
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Mon, 4 Feb 2002 21:05:25 +0000 (21:05 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 4 Feb 2002 21:05:25 +0000 (21:05 +0000)
From-SVN: r49491

gcc/ChangeLog
gcc/config/pa/pa.md

index f4311b42c4e888b893142252cd0538b6942261ea..69162724e5aea0563c28879703db20ff1a3c0a2b 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * pa.md (call_internal_reg_64bit): Remove unused variable.
+
 2002-02-04  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * config/arm/arm.h (machine_function): Add uses_anonymous_args
index 846cc49fc72ace26332d58995a469c5018f960d7..aa0c305d18f4221e0dc542094a2f8de5da21771e 100644 (file)
   "TARGET_64BIT"
   "*
 {
-  rtx xoperands[2];
-
   /* ??? Needs more work.  Length computation, split into multiple insns,
      do not use %r22 directly, expose delay slot.  */
   return \"ldd 16(%0),%%r2\;ldd 24(%0),%%r27\;bve,l (%%r2),%%r2\;nop\";
This page took 0.07833 seconds and 5 git commands to generate.