diff options
author | Richard Henderson <rth@redhat.com> | 2004-06-16 13:23:02 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2004-06-16 13:23:02 -0700 |
commit | e130a54b78b1f9b096a5ab1b98debfb263e16663 (patch) | |
tree | 6cad84a65bce84ea2e0619cc63bbdd0ee3caef9c /gcc/tree.h | |
parent | 9e14e18fd124e651f079728315e40a16288863b6 (diff) | |
download | gcc-e130a54b78b1f9b096a5ab1b98debfb263e16663.zip gcc-e130a54b78b1f9b096a5ab1b98debfb263e16663.tar.gz gcc-e130a54b78b1f9b096a5ab1b98debfb263e16663.tar.bz2 |
c-common.def (ASM_STMT): Remove.
* c-common.def (ASM_STMT): Remove.
* c-common.h (c_common_stmt_codes): Remove ASM_STMT.
* c-dump.c (c_dump_tree): Likewise.
* c-gimplify.c (c_gimplify_stmt): Likewise.
* c-pretty-print.c (pp_c_statement): Likewise.
* c-typeck.c (build_asm_expr): Use ASM_EXPR.
* tree.h: Fix commentary.
cp/
* parser.c (cp_parser_asm_definition): Update commentary.
* pt.c (tsubst_expr): Use ASM_EXPR.
* semantics.c (finish_asm_stmt): Likewise.
From-SVN: r83260
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1081,7 +1081,7 @@ struct tree_vec GTY(()) a goto statement. */ #define GOTO_DESTINATION(NODE) TREE_OPERAND ((NODE), 0) -/* ASM_STMT accessors. ASM_STRING returns a STRING_CST for the +/* ASM_EXPR accessors. ASM_STRING returns a STRING_CST for the instruction (e.g., "mov x, y"). ASM_OUTPUTS, ASM_INPUTS, and ASM_CLOBBERS represent the outputs, inputs, and clobbers for the statement. */ |