OSDN Git Service

* config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Jul 2000 21:20:32 +0000 (21:20 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Jul 2000 21:20:32 +0000 (21:20 +0000)
commit14626cdff042aa7d4e3a20fc612e6a3ce1f11460
tree9e3d7d71afd854ede03f7bee6fe442ee42fb82ad
parent7b1c3aaeedf9ffb0c2cc71fb6748f0beb1901384
    * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
        with the low 13 bits set.
        (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
        * config/ia64/ia64.md (movdi): Likewise.  Expand a CONST with one
        of the low 13 bits into a CONST plus an adddi3.
        (load_symptr): Set RTX_UNCHANGING_P.

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