]> gcc.gnu.org Git - gcc.git/commit
local-alloc.c (requires_inout): Don't use reserved range for EXTRA_CONSTRAINTS...
authorRichard Henderson <rth@cygnus.com>
Tue, 29 Aug 2000 00:44:21 +0000 (17:44 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 29 Aug 2000 00:44:21 +0000 (17:44 -0700)
commitc2cba7a96e04069011ae508e3027bbf128208040
treed7a7f8b66cdb1d768634a359009e273bb3b645dd
parent881c6935bf565020e7955fede0b186232aa30bc7
local-alloc.c (requires_inout): Don't use reserved range for EXTRA_CONSTRAINTS...

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

From-SVN: r36023
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
This page took 0.057605 seconds and 5 git commands to generate.