ia64.c (symbolic_operand): Reject CONST expressions with the low 13 bits set.
authorRichard Henderson <rth@cygnus.com>
Sat, 1 Jul 2000 21:20:32 +0000 (14:20 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 1 Jul 2000 21:20:32 +0000 (14:20 -0700)
commitdee4095a023e08b724ff60729643a62639cb43b6
tree9e3d7d71afd854ede03f7bee6fe442ee42fb82ad
parent442bd896c07259c6ce8398d65463fbbaf70e7499
ia64.c (symbolic_operand): Reject CONST expressions with the low 13 bits set.

        * 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.

From-SVN: r34821
gcc/ChangeLog
gcc/config/ia64/ia64.c
gcc/config/ia64/ia64.md