Commit 74f4f95c by Kazu Hirata Committed by Kazu Hirata

* tree.h: Fix a comment typo.

From-SVN: r90581
parent d67fb775
2004-11-13 Kazu Hirata <kazu@cs.umass.edu>
* tree.h: Fix a comment typo.
2004-11-13 Steven Bosscher <stevenb@suse.de>
* cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and
......
......@@ -1235,7 +1235,7 @@ struct tree_vec GTY(())
/* Operand 2 has two uses, it may either be a LABEL_DECL node or a
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 conditionalalize actions based on
operand 2 or when you want to conditionalize actions based on
whether operand 2 is a LABEL_DELC or CASE_LABEL_EXPR. */
#define CASE_LEADER_OR_LABEL(NODE) TREE_OPERAND ((NODE), 2)
......
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