aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>2002-02-04 21:05:25 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2002-02-04 21:05:25 +0000
commit219f24a42eab9fb6a2887becfa93830b50757f73 (patch)
tree96cf98094d784f09f695a3bf847c830d06c84c11 /gcc
parent3cb66fd7e1867d1805fa9b0bdc70703701774ce3 (diff)
downloadgcc-219f24a42eab9fb6a2887becfa93830b50757f73.zip
gcc-219f24a42eab9fb6a2887becfa93830b50757f73.tar.gz
gcc-219f24a42eab9fb6a2887becfa93830b50757f73.tar.bz2
* pa.md (call_internal_reg_64bit): Remove unused variable.
From-SVN: r49491
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/pa/pa.md2
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f4311b4..6916272 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md
index 846cc49..aa0c305 100644
--- a/gcc/config/pa/pa.md
+++ b/gcc/config/pa/pa.md
@@ -5877,8 +5877,6 @@
"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\";