Commit 2ec37136 by Florian Weimer Committed by Richard Henderson

* stmt.c (expand_asm_operands): Update commentary.

From-SVN: r46301
parent abe72dd8
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.
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment