OSDN Git Service

* local-alloc.c (requires_inout): Don't use reserved range for
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Aug 2000 00:44:21 +0000 (00:44 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Aug 2000 00:44:21 +0000 (00:44 +0000)
commitf3653a6424c77c01335e9e8aa3c63d4a62f1f7dc
treed7a7f8b66cdb1d768634a359009e273bb3b645dd
parent19f716e5141690248d566ab28cc6d03049d28b46
    * local-alloc.c (requires_inout): Don't use reserved range for
        EXTRA_CONSTRAINTS; use anything not matched by REG_CLASS_FROM_LETTER.
        * recog.c (asm_operand_ok): Likewise.
        (preprocess_constraints, constrain_operands): Likewise.
        * regclass.c (record_reg_classes): Likewise.
        * reload.c (find_reloads): Likewise.
        * reload1.c (maybe_fix_stack_asms): Likewise.
        (reload_cse_simplify_operands): Likewise.
        * stmt.c (expand_asm_operands): Likewise.

        * md.texi: Update constraints documentation.
        * tm.texi (EXTRA_CONSTRAINT): Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36023 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/local-alloc.c
gcc/md.texi
gcc/recog.c
gcc/regclass.c
gcc/reload.c
gcc/reload1.c
gcc/stmt.c
gcc/tm.texi