From e130a54b78b1f9b096a5ab1b98debfb263e16663 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 16 Jun 2004 13:23:02 -0700 Subject: 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 --- gcc/c-common.def | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/c-common.def') diff --git a/gcc/c-common.def b/gcc/c-common.def index 434af64..a78cfc1 100644 --- a/gcc/c-common.def +++ b/gcc/c-common.def @@ -71,9 +71,6 @@ DEFTREECODE (CONTINUE_STMT, "continue_stmt", 'e', 0) SWITCH_COND, SWITCH_BODY and SWITCH_TYPE, respectively. */ DEFTREECODE (SWITCH_STMT, "switch_stmt", 'e', 3) -/* Used to represent an inline assembly statement. */ -DEFTREECODE (ASM_STMT, "asm_stmt", 'e', 4) - /* Used to represent a CASE_LABEL. The operands are CASE_LOW and CASE_HIGH, respectively. If CASE_LOW is NULL_TREE, the label is a 'default' label. If CASE_HIGH is NULL_TREE, the label is a normal case -- cgit v1.1