* expr.c (queued_subexp_p): Make public.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Jan 1999 18:43:47 +0000 (18:43 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Jan 1999 18:43:47 +0000 (18:43 +0000)
commit6d2e66f1c1c19cbb65282064501c657c8b964afa
tree76723342d0b784ed2b82cb4bb0bd1558554ff0a1
parentd5444ff6fec007a3de375b87f53c78fb53fc7189
    * expr.c (queued_subexp_p): Make public.
        * expr.h (queued_subexp_p): Declare it.
        * recog.c (asm_operand_ok): New function.
        (check_asm_operands): Use it.  After reload, use constrain_operands
        instead.
        * recog.h (asm_operand_ok): Declare it.
        * stmt.c (expand_asm_operands): Use it to try harder to make
        asms initially satisfy their constraints.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24686 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/expr.c
gcc/expr.h
gcc/recog.c
gcc/recog.h
gcc/stmt.c