OSDN Git Service

Fix bad use of FP reg in post-modify address.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Sep 2000 00:40:42 +0000 (00:40 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Sep 2000 00:40:42 +0000 (00:40 +0000)
commit7a458ac266850ca4ee2936dd6bb33bc44c15b01f
tree61a5669d1e5f6c5c1d12177b6cb7ffe27a28de0d
parent66914e49b166758e90e5eaa59ca2485c8ed59954
Fix bad use of FP reg in post-modify address.
* config/ia64/ia64.h (INDEX_REG_CLASS): Define to GENERAL_REGS.
(REGNO_OK_FOR_INDEX_P): Define to REGNO_OK_FOR_BASE_P.
(LEGITIMATE_ADDRESS_DISP): Use LEGITIMATE_ADDRESS_REG.
(REG_OK_FOR_INDEX): Define to REG_OK_FOR_BASE_P.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36640 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/ia64/ia64.h