(CONSTRUCTTOR_TARGET_CLEARED_P): New macro.

From-SVN: r10839
This commit is contained in:
Richard Kenner 1995-12-24 06:35:29 -05:00
parent 1207956403
commit f316d71e4f

View File

@ -510,6 +510,7 @@ struct tree_vec
/* In a CONSTRUCTOR node. */
#define CONSTRUCTOR_ELTS(NODE) TREE_OPERAND (NODE, 1)
#define CONSTRUCTOR_TARGET_CLEARED_P(NODE) ((NODE)->common.unsigned_flag)
/* In ordinary expression nodes. */
#define TREE_OPERAND(NODE, I) ((NODE)->exp.operands[I])