projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31d6894
)
Revert experimental hunk accidentally included in committed change.
author
Jeff Law
<law@gcc.gnu.org>
Sun, 18 Feb 2001 07:32:20 +0000
(
00:32
-0700)
committer
Jeff Law
<law@gcc.gnu.org>
Sun, 18 Feb 2001 07:32:20 +0000
(
00:32
-0700)
From-SVN: r39828
gcc/config/pa/pa.c
patch
|
blob
|
history
diff --git
a/gcc/config/pa/pa.c
b/gcc/config/pa/pa.c
index 08cc435f248c0941979ab64441d75969591fbcbd..47c922d4867c18a96019e303c03cd317d63dc5dc 100644
(file)
--- 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! */