From 219f24a42eab9fb6a2887becfa93830b50757f73 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Mon, 4 Feb 2002 21:05:25 +0000 Subject: [PATCH] * pa.md (call_internal_reg_64bit): Remove unused variable. From-SVN: r49491 --- gcc/ChangeLog | 4 ++++ gcc/config/pa/pa.md | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f4311b42c4e..69162724e5a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-02-04 John David Anglin + + * pa.md (call_internal_reg_64bit): Remove unused variable. + 2002-02-04 Nick Clifton * 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 846cc49fc72..aa0c305d18f 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\"; -- 2.30.2