alpha.c (add_operand): Simplify the CONST_INT match.
authorRichard Henderson <rth@cygnus.com>
Fri, 6 Nov 1998 19:43:53 +0000 (11:43 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 6 Nov 1998 19:43:53 +0000 (11:43 -0800)
commit80df65c95e51ff36d97aa13eed0d0e6a4fa1beee
tree232008f49240050d5a83b13421d9b72afef7881a
parentd30e8ef0dcdb0ae77a98d79879fe07600d9c4c77
alpha.c (add_operand): Simplify the CONST_INT match.

        * alpha.c (add_operand): Simplify the CONST_INT match.
        (sext_add_operand): Correct typo in comparison by using
        CONST_OK_FOR_LETTER_P.
        * alpha.md (s?addq): Use sext_add_operand to allow the negative
        constant alternatives to be generated.
        (mulsi3, muldi3, umuldi3_highpart): Loosen constraints to allow
        small constants, since the hw instructions do.

From-SVN: r23551
gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.md