From 074223f51d669d32b38d7a0ddf42728714f57c57 Mon Sep 17 00:00:00 2001 From: law Date: Sun, 18 Feb 2001 07:32:20 +0000 Subject: [PATCH] Revert experimental hunk accidentally included in committed change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39828 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/pa/pa.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 08cc435f248..47c922d4867 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -382,9 +382,8 @@ move_operand (op, mode) if (GET_CODE (op) == LO_SUM && GET_CODE (XEXP (op, 0)) == REG && REG_OK_FOR_BASE_P (XEXP (op, 0)) - && GET_CODE (XEXP (op, 1)) == UNSPEC - && GET_MODE (op) == Pmode) - return 1; + && GET_CODE (XEXP (op, 1)) == UNSPEC) + return 0; /* Since move_operand is only used for source operands, we can always allow scaled indexing! */ -- 2.11.0