* tree.h: Fix a comment typo.

From-SVN: r90582
This commit is contained in:
Kazu Hirata 2004-11-13 15:38:38 +00:00 committed by Kazu Hirata
parent 74f4f95c2b
commit 3872a0aee4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
2004-11-13 Kazu Hirata <kazu@cs.umass.edu>
* tree.h: Fix a comment typo.
* tree.h: Fix comment typos.
2004-11-13 Steven Bosscher <stevenb@suse.de>

View File

@ -1236,7 +1236,7 @@ struct tree_vec GTY(())
another CASE_LABEL_EXPR node. This accessor gets direct access
to that operand. Use it when you want to assign a value to
operand 2 or when you want to conditionalize actions based on
whether operand 2 is a LABEL_DELC or CASE_LABEL_EXPR. */
whether operand 2 is a LABEL_DECL or CASE_LABEL_EXPR. */
#define CASE_LEADER_OR_LABEL(NODE) TREE_OPERAND ((NODE), 2)
#define CASE_LABEL(NODE) get_case_label (NODE)