]> gcc.gnu.org Git - gcc.git/commit - gcc/tree.h
stmt.c (resolve_asm_operand_names): Rename from resolve_operand_names.
authorJason Merrill <jason@redhat.com>
Fri, 6 Jun 2003 17:03:32 +0000 (13:03 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 6 Jun 2003 17:03:32 +0000 (13:03 -0400)
commit7dc8b126ce1892db6c4380dff070c664ed3e225f
tree1ec6a65408106679d68f1260d2fa1c891e41ca34
parent1c20913c70afe04721e10fbfebc1965659a704f1
stmt.c (resolve_asm_operand_names): Rename from resolve_operand_names.

        * stmt.c (resolve_asm_operand_names): Rename from
        resolve_operand_names.  No longer static.  Avoid needless copying.
        Don't build array of constraints.
        (expand_asm_operands): Build it here.
        * tree.h: Declare resolve_asm_operand_names.

        * stmt.c (expand_decl): Put artificial vars into registers even
        when not optimizing, and don't mark the regs as user vars.

From-SVN: r67556
gcc/ChangeLog
gcc/stmt.c
gcc/tree.h
This page took 0.054215 seconds and 5 git commands to generate.