diff options
author | Jeff Law <law@gcc.gnu.org> | 2001-02-18 00:32:20 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2001-02-18 00:32:20 -0700 |
commit | f1df04f37960f92f53d03fc2c49e880a35695f51 (patch) | |
tree | 29495d78e08d933a15114ee06e3c701e6bf91acc /gcc | |
parent | 31d689474b82a3c269af959070c9ad2d0cbba1eb (diff) | |
download | gcc-f1df04f37960f92f53d03fc2c49e880a35695f51.zip gcc-f1df04f37960f92f53d03fc2c49e880a35695f51.tar.gz gcc-f1df04f37960f92f53d03fc2c49e880a35695f51.tar.bz2 |
Revert experimental hunk accidentally included in committed change.
From-SVN: r39828
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pa/pa.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 08cc435..47c922d 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! */ |