expr.c (queued_subexp_p): Make public.
authorRichard Henderson <rth@cygnus.com>
Fri, 15 Jan 1999 18:43:47 +0000 (10:43 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 15 Jan 1999 18:43:47 +0000 (10:43 -0800)
commit1f06ee8d0db9c7444e2ff2210a21cca6c9602517
tree76723342d0b784ed2b82cb4bb0bd1558554ff0a1
parentd3694e346d97482464bc724ebecab03f20bf602b
expr.c (queued_subexp_p): Make public.

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

From-SVN: r24686
gcc/ChangeLog
gcc/expr.c
gcc/expr.h
gcc/recog.c
gcc/recog.h
gcc/stmt.c