]> gcc.gnu.org Git - gcc.git/commitdiff
* stmt.c (expand_asm_operands): Update commentary.
authorFlorian Weimer <fw@deneb.enyo.de>
Wed, 17 Oct 2001 00:32:56 +0000 (02:32 +0200)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 17 Oct 2001 00:32:56 +0000 (17:32 -0700)
From-SVN: r46301

gcc/ChangeLog
gcc/stmt.c

index ae255c28ea03026d7203f8a1f900c97ad999d08b..7d3b83a12a8ce09797d8ac4784bdb5d44ecfc58b 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-16  Florian Weimer  <fw@deneb.enyo.de>
+
+       * stmt.c (expand_asm_operands): Update commentary.
+
 2001-10-16  Stan Shebs  <shebs@apple.com>
 
        * config/darwin.h (GCC_NAME): Remove, no longer used.
index 1f91823bdc8b224c1b86a295c3990fd297b97de7..6a8f235ee5491b8e02f0a20fb7b7d5ba39a31081 100644 (file)
@@ -1458,7 +1458,9 @@ parse_output_constraint (constraint_p,
    STRING is the instruction template.
    OUTPUTS is a list of output arguments (lvalues); INPUTS a list of inputs.
    Each output or input has an expression in the TREE_VALUE and
-   a constraint-string in the TREE_PURPOSE.
+   and a tree list in TREE_PURPOSE which in turn contains a constraint
+   name in TREE_VALUE (or NULL_TREE) and a constraint string 
+   in TREE_PURPOSE.
    CLOBBERS is a list of STRING_CST nodes each naming a hard register
    that is clobbered by this insn.
 
This page took 0.078778 seconds and 5 git commands to generate.